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

body{
	padding:0px;
	margin:0px auto;
	background:#eeeeee;
	
	font:12px/14px Arial, Helvetica, sans-serif;	
}


#div_wrap {
	background: url(../images/bg_body.png) no-repeat center top fixed; 
	width: 100%; 
	height: 100%;
}

	#div_page{
		width:960px;
		padding:20px 20px 0px 20px;
		margin:0px auto;		
		text-align:left;	
		background:#ffffff;
	}
	
		#div_header{
			width:960px;
			height:80px;
			padding:0px 0px 0px 0px;
			margin:0px auto;		
			text-align:left;	
			background:#eeeeee;
		}
		
		#div_body {
			min-height:640px;
			margin:20px 0px 20px 0px;
		}
		
		#div_footer {
			font:10px/10px Arial, Helvetica, sans-serif;
			color:#000000;
			/*border:1px solid #cccccc;*/
			border-width: 1px 0px 0px 0px;
			padding:10px 10px 10px 10px;
			margin:20px 0px 0px 0px;
			height:50px;
			
			background:#eeeeee;
			border-radius: 10px 10px 0px 0px;
		}
		
		
/*/////////////////////////////////////////////////////////////*/		
		
div.settings_sidebar {
	background:#eeeeee;
	border-radius:10px;
	padding:10px;
	margin:0px 10px 0px 0px;	
	height:500px;
	/*
	border:5px solid #dddddd;
	border-width:1px 5px 5px 1px;*/
}		
