@import url('reset.css'); 
 body {  
 background-color: #000000;  
 margin: auto;  
 width: 100%;  
 }  
 div#img {
	 margin:auto;
	 position: relative;
	 width:1000px;
 }
 div#text {
	  margin: 70px auto 0px auto;
	 width:900px;
	 background: url('../img/frame.png') no-repeat;
 }
p#tx {
	color:#FFF;
	padding: 10px 10px 20px 20px;
	height:80px;
	width:860px;
	text-align: center;
	font-size: 12px;
 }
 div#text #tx strong {
	font-size: 12px;
}
 div#text a{
	 text-decoration:none;
	 color:#C93;
	 font-size: 12px;
	 }
div#text a:hover{
	 color:#fff;
	 }
	 div#buttons {
		 margin:auto;
		 height:85px;
		width: 400px; 
		
	 }
div#go {
	float:left;
	width:200px;
}
div#go a{
	background: url('../img/go.jpg') no-repeat;
	border:none;
	 display: block;
	 float: left;
	 height: 85px;
	 text-indent: -9000px;
	 width: 200px;
}

div#go a:hover{
	background: url('../img/go2.jpg') no-repeat;
	}
div#exit {
	float:right;
	width:200px;
	}
	div#exit a{
		background: url('../img/exit.jpg') no-repeat;
	 display: block;
	 height: 85px;
	 text-indent: -9000px;
	 width: 200px;
	}
	div#exit a:hover{
		background: url('../img/exit2.jpg') no-repeat;
	 	}
		div#footer{
	margin:auto;
	width:881px;
	height:100px;
	font-size: 12px;
		}
		 img{
			border: none;}

div#footer p {
	text-align: center;
	color:#CCC;
	height:15px;
}
div#footer a{
	text-decoration:none;
	color:#FC0;
}
div#footer a:hover{
	color:#fff;
}



