/* CSS Document */


body{
	text-align:center;
	background-color:#000000;
	background-image:url(img/bg.gif);
	background-position:top left;
        background-repeat: repeat-x;

	
	 
}

#container{
	min-width: 750px;
	max-width: 925px;
	width: expression(document.body.clientWidth > 925? "925px": "auto" );
	border:2px solid #fdbf36;
	margin-left:auto;
	margin-right:auto;
	
}

#top{
	width:100%;
	height:34px;
	background:url(img/top.jpg)  100%;
	background-position:top left;
	text-align:right;
	
}

.log{
	width:90%;
	text-align:right;
	position:relative;
	right:20px;
	color:#ffffff;
}

#board{
	width:100%;
	height:128px;
	background:url(img/board.jpg) 100% no-repeat;
	background-position:top left;
		
	
}

#navpane{
	width:100%;
	height:25px;
	background-color:#666666;
	position:relative;
	text-align:left;
	z-index:99999;
}

#corpo{
	background-image:url(img/main_bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	min-height:411px!important;
	
}

#footer{
	width:100%;
	height:18px!important;
	height:27px;
	
	background-image:url(img/footer_bg.jpg);
	background-position:left;
	background-repeat:repeat-x;

	padding-top:8px;
	text-align:center;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	float:none;
	clear:both;
	
}

.sx{
	width:350px;
	float:left;
	position:relative;
	margin-top:40px;
	
}

.content{
	float:right;
	width:560px;
	padding-right:15px;
	position:relative;
	left:10px;
	margin-top:40px;
	margin-bottom:10px;
		
}

.log{
	float:right;
	position:relative;
	margin-top: 0px!important;
	margin-top: 10px;
	width:140px;

	/*border:1px solid #ffffff;*/
}


