@charset "utf-8";
/* CSS Document */

@import url("1.css");
 
html {width:100%;
height:100%;
scrollbar-face-color : #ffffff;
scrollbar-highlight-color : #ffffff;
scrollbar-3dlight-color:#fffff; scrollbar-shadow-color :#ffffff;
scrollbar-darkshadow-color :#ffffff; scrollbar-track-color :#ffffff;
scrollbar-arrow-color :#ffffff;
margin:0;
padding:0;
overflow-x:hidden;
}



body,td,th {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	color:#748683;
	background:#FFFFFF;
	background-image:url(img/base/bg-front.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	width:100%;
height:100%;
}

 #main-wrap {width:900px;
margin:0;
margin-left:-450px;
position:absolute;
left:50%;
top:0;
border:0;
 	}
	
	
	
	
