@charset "UTF-8";
/* CSS Document */

body{
background-color:black; margin:0px; padding:0px;}


ul li a img, a img{
border:none; outline:none;}

a , a:link , a:visited , a:hover , a:active {
outline:none;
text-decoration:none;}


#container{
position:relative;left:50%; margin-left:-475px;
height:85%; width:950px;}

	#header{
	position:relative;float:left;
	width:100%;height:118px; 
	background:url(../images/background/header.jpg) repeat-y;}

		.topmenu{
		padding:0px; margin:0px;}
		
		.topmenu li{
		float:left;
		padding:0px; margin:0px;}
		
		.topmenu_elts{
		float:left;
		padding:0px; margin:0px;
		width:166px; height:118px;
		list-style-type:none;}
	
	#middle_box{
	position:relative;float:left;
	width:100%;height:80%;
	background-color:black;}
	
		#middle_left{
		position:relative;float:left;
		width:219px;height:100%;
		background:url(../images/background/middle_left.jpg) no-repeat top left;
		background-color:black;}
		
		#content{
		position:relative;float:left;
		width:541px; height:100%; 
		background:url(../images/background/content_bg.jpg) repeat-y;}
		
			#resize_box{
			position:relative; left:50%; margin-left:-250px;
			width:500px; height:99%;
			overflow:auto;}
		
		#middle_right{
		position:relative;float:left;
		width:190px;height:100%;
		background:url(../images/background/middle_right.jpg) no-repeat bottom right;}
		
			.img_title{
			position:relative; left:0px; top:0px;
			width:51px; height:auto;}
		
	
	#footer{
	position:relative;float:left;
	width:100%;height:64px;}
	
		.bottommenu{
		padding:0px; margin:0px;}
		
		.bottommenu li{
		float:left;
		padding:0px; margin:0px;}
		
		.bottommenu_elts{
		float:left;
		padding:0px; margin:0px;
		width:224px; height:78px;
		list-style-type:none;}
	

