body  {
  background-color: #000;  
  /*background-image: url(/images/main-bg.jpg);*/
  /*background-image: url(/images/zoo-york-background-center.jpg); 
  background-attachment:fixed;*/
  background-position: center top;  
  background-repeat:repeat-x;
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;	
  color: #0AAEED;
  margin:20px 0 20px 0;
}

.main {
  border:0px dotted #666;
  width:900px;
}

a {
  color: #FFF;
  text-decoration:none;
  outline: none;
}

a:hover {
  color: #0AAEED;
  text-decoration:none;
  border:none;
}

img {
  border:none;
  padding:2px;
}