@charset "utf-8";

body { background-color:#000; }

a:link {color: #666; text-decoration: underline; }
a:active {color: #666; text-decoration: underline; }
a:visited {color: #666; text-decoration: underline; }
a:hover {color: #666; text-decoration: none; }
img{border:0;}

#content { background-image:url(bg.jpg);
background-color:#000;
height:900px;
color:#666;
}

#logo { background-image:url(logo.png);
 height:778px;
 width:872px;
 margin:auto;
 color:#666;}
 
#logo:hover { background-image:url(logoh.png);
 height:778px;
 width:872px;
 margin:auto;
 color:#666;}
 
#info1 { margin-top: 40px;
color:#666;


}
#footer { height:100px;
margin:auto;
width:70%;
border-top:solid;
color:#666;
margin-top:10px;
font-size:12px;
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#banner1 { float: left;
	width:600px;
	height:100px;
}
#banner { margin:10px;
    float:right;
	width:234px;
	height:60px;
}
