body{
	margin:0;
	padding:0;
	background-color:#000000;
	background-image:url(../images/body.png);
	background-repeat:repeat-y;
	background-position:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}
#container{
	width:1000px;
	
	margin-left:auto;
	margin-right:auto;
}
#image{
	position:absolute;
	width:1000px;
	top:0;
	bottom:0;
	
	background-image:url(../images/img.png);
	background-repeat:no-repeat;
	background-position:top center;
}
#contentl{
	position:absolute;
	
	margin-left:95px;
	margin-top:250px;
	
	width:350px;
	height:40px;
	
	color:#FFFFFF;
	text-align:right;
}
#contentr{
	position:absolute;
	
	margin-left:555px;
	margin-top:250px;
	
	width:350px;
	height:40px;
	
	color:#FFFFFF;
}
#linksite{
	position:absolute;
	
	margin-left:555px;
	margin-top:320px;
	
	width:252px;
	height:45px;
}

h1{font-size:16px; margin:0; padding:0;}

a{ color:#FFF; }
a:link, a:active{ text-decoration:none; }
a:hover{color:#00AEDB; text-decoration:underline; }
a:visited{ text-decoration:none;}

#linksite a{ display:block; background-image:url(../images/hyperlink.png); width:252px; height:45px;}
#linksite a:link, #linksite a:active{}
#linksite a:hover{ background:url(../images/hyperlink.png) 0 45px;}
#linksite a:visited{}

a span {
		display:none;
}
