body {
	/*background-image:url(brick.png);*/
	background-color:#000000;
	margin:auto;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

div#box { 
	margin:auto; 
	width:100%; /*height:560px;*/ 
	overflow:hidden;
	background-image:url(elite-wall.jpg); 
	background-position:bottom;
}
div#box p.link { float:right; width:100px; margin:0px; padding:0px; margin-left:10px; margin-right:10px; position:fixed; right:0; bottom:0; margin-bottom:30px;}
div#box p.link a { 
	float:right; 
	padding:0 3px; 
	margin-top:0px;
	margin-bottom:7px; 
	margin-right:15px; 
	color:#9d7f1f;
	font-size:14px;
	font-weight:normal;
	background-color:#000; 
	text-decoration:none; 
}
div#box p.link a:hover { font-weight:bold;}

div#box div.entra { width:674px; height:110px; position:absolute; bottom:0; left:50%; margin-bottom:25px; margin-left:-337px;}
div#box div.entra a { color:#9d7f1f; font-size:30px; float:right;}
div#box div.entra a img { border:0px;}

div#black-box { width:50%; float:right; background:#000; color:#FFF; filter:alpha(opacity=55); -moz-opacity:0.55;}

div#text {
	position:absolute;
	float:left;
	border-left:1px solid #000;
	color:#fff;
	background-color:#00FF33;
}


div#bottom { 
	margin:auto;
	width:100%; height:20px;
	margin-top:5px;
	color:#999999;
	font-size:11px;
}
div#bottom p.copy { margin:0px; padding:0px; margin-left:10px; float:left;}
div#bottom p.copy a{ text-decoration:none; font-weight:bold; color:#999;}
div#bottom p.copy a:hover { color:#fff;}

