body {
  background-color: #000;
  color: #ccc;
}

a, a:visited, a:hover, a:active {
  color: #3d6c9a;
  text-decoration: none;
}


div#container {
  text-align: center;
}

div#wallpaper {
  border: 4px solid #666;
  background-image: url(/images/Vintage_V_by_cloaksR.jpg); 
  background-repeat: no-repeat;
  background-color: #07192f;
}

div#footer {
  font-weight: bold;
}

div#footer2 {
  color: #555;
}
div#footer2 a {
o  color: #1d4c7a;
}

div.gallery {
  background-color: #222;
  margin-botom: 1em;
}

div.gallery img {
  padding: 3px;
  border: #999 2px solid;
  margin: 0 3px 0 3px;
  height: 72px; width:72px;
}


.vlarge {
  font-size: 160%;
}

/**************************************/
/*              NOTIFY                */
/**************************************/

#notify {
  font-weight: bold;
  background-color: #f4a83d;
  color: #735005;
  border-bottom: #d6800c 2px solid;
  display: none;
}

#notifyText {
  text-align: center;
}

#notifyClose {
  text-align: center;
  padding: 2px 2px 2px 2px;
  border: #735005 3px solid;
  cursor: pointer;
  background-color: #fad163;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 16px;
}

#notify a, #notify a:visited, #notify a:active {
  color: #07c;
}

.notifyNow {
  display: block !important;
}