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

body { 
	font-family : Verdana, Tahoma, Arial; 
	color : Black;
	background-color : #ffffff;
	font-size: 11px;
	text-align: center; 
	margin: 0;
	padding: 0;
	width:100%;
}

#header {
	width: 100%;
	height: 182px;
	text-align: center; 
	background:url(h_back.png) top center repeat-x;
}

#header .center {
	width:1017px;
	height:182px;
	margin:0 auto;
	background:url(header.png) top center no-repeat;
}
