@charset "UTF-8";
/* CSS Document */

body {
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
 
	background-color:#000000;
	background-repeat:no-repeat;
 	background-size: 100%;
	margin-top:0px;
	}
	
a {color: #ff9933; text-decoration: none;}
a:hover {text-decoration: underline; color:#ff9933;}
	
p {margin: 0px;}	
	
#container {
	background-image:url(img/bg.jpg);
	width: 970px;
	height: 722px;
	margin: 0 auto;
	/*border: 1px #090 dashed;*/
	position:relative;
	z-index:1;
	}	
	
#tl {
	width: 480px;
	height: 295px;
	/*border: 1px #ddd dashed;*/
	float: left;
/*	clear:right;*/
	display: block;
	text-align:left;
	}
#blcontain {
	width: 480px;
	float: left;
	display: block;
	height: 410px;
	clear:left;
	text-align:left;
	}	
#bl {
	padding-top: 17px;
	width: 280px;
	float: left;
/*	border: 1px #ccc dashed;*/

	}	
	
#blinner{
	background-color: #DF853A;
	height: 60px;
	width: 280px;
 
	 
	}
#blside {
	width: 60px;
	height: 350px;
	float: left;
	background-color: #DF853A;
	}	
#blright {
	width: 194px;
	height: 427px;
	float:right;
	/*border: #345 1px dashed;*/
	}

#brside {
	/*border: 1px #0FC solid;*/
	width:218px;
	float:left;
	}	
	
#right {
	float:right;
	width: 484px;
	height: 722px;
	border: 1 #C99 solid;
	
	}	
