@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	background-color: #510002;
	background:black url(img/bg.jpg) repeat scroll 0 0;
	 } 
#container {
	margin:0 auto;
	text-align:left;
	width:970px;
	color:#4F4F4F;
}
#header{
	height: 70px;
	*height: 80px;
	_height: 80px;
	width: 970px;	
	}
.logo{
	height: 65px;
	width: 255px;
	margin-left: 355px;
	margin-top: 10px;
	}
#content{
	background-color:black;
	height: 400px;
	width: 860px;
	margin:0px 0px 0px 55px;
	}
	#content #content_bg{
	float:left;
	background-color:black;
	/*background-color:white;*/
	height: 360px;
	width: 820px;
	margin:20px;
	_margin:20px;
	*margin:17px;
	}
    #content .content_1{
	float:left;
	background-color:black;
	/*background-color:white;*/
	height: 360px;
	width: 160px;
	_width: 160px;
	*width: 159px;
	margin:0px 2px 0px 2px;
	*margin:0px 2px 0px 2px;
	_margin:0px 1.5px 0px 1.5px;
	}
#bottom {
	float:left;
	width:970px;
	 height:65px;
	_height:5px;
	*height:65px;
	text-align:center;
	color:#EFEFEF;
	 margin:6px 0px 0px 0px;
	*margin:50px 0px 0px 0px;
	_margin:7px 0px 0px 0px;
	line-height:18px;
	padding-bottom:30px;
	font-size: 12px;
}
#bottom a{
	color:#c4c4c4;
	text-decoration:none;
}
#footer {
	position: fixed;
	float: left;
	bottom: 0px;
	width: 100%;
	height:55px;
	background-repeat: repeat-x;
	background-image: url(img/footer_bg.gif);
    margin: 0px 0px 0px;

	_position: absolute; /* position fixed for IE6 */
    _top:expression(documentElement.scrollTop+documentElement.clientHeight-this.clientHeight-0);

