body { width: 100% margin: auto; background-image:url(http://img254.imageshack.us/img254/1081/65270955.jpg);color:white;font-family:"Arial";}
header { 
	width: 100%; 
	height: 100px; 
}  
div#main { 
	width: 960px; 
	height:1000px; 
	margin: auto;
}    
div#right { 
	float: right; 
	width: 40%;
}  
div#left{ 
	float: left; 
	width: 60%; 
}  
div#hbox {
	border: 2px solid #080808;
	border-radius: 5px;
	box-shadow: 0px 0px 8px #000000;
	width: 100%-40px;
	margin: 0px 10px 10px 10px;
	padding:10px 10px 10px 10px;
	background-image:url(http://img833.imageshack.us/img833/1141/tileq.png);
 font-size:12px;
} 

div#container{
	width: 100%-16;
	height:100%-16;
	padding:2px;
	box-shadow: 0px 0px 8px #000000;
	border-radius:5px;
	background:#000000;
	margin:8px;
}
div#caption{
	width: 100%-30px;
	height:20px; 
	background:#080808; 
	padding:5px 10px 5px 10px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	font-weight:bold;
}
div#content{
	width: 100%-40px;
	height: 100%; 
	background-image:url(http://img833.imageshack.us/img833/1141/tileq.png);
	padding:10px 10px 10px 10px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px; 
// font-size:12px;
}  

div#bcontent{
	width: 100%-40px;
	height: 100%; 
	background-image:url(http://img833.imageshack.us/img833/1141/tileq.png);
	padding:10px 10px 10px 10px;
 font-size:12px;
}  
div#bdisc{
	width: 100%-40px;
	height: 100%; 
	background:#080808;
	padding:0px 10px 0px 10px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px; 
	font-size:10px; 
	font-style:italic; 
}  
a:hover {color:#ffffff; text-decoration: none;} 
a:visited {color:#aaaaaa; text-decoration: none;} 
a:link {color:#aaaaaa; text-decoration: none;}