@import url(detail.css);

body{
	background: #FFFFFF; 
	margin-top: 0px; 
	color : #333;
	font-family : verdana,·s²Ó©úÅé ; 
	font-size : 12px; 
	line-height :150%;
}

html{
	overflow-y: scroll;
}

/* body style */
#container{
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	width:980px;
}

.div_menu{
	background:#6699cc;
	height:30px;
	width:970px;
	text-align:right;
	padding-top:10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.div_left{
	float:left;
	width:180px;
	margin-top:5px;
}

.div_right {
	float: left;
	width:790px;
	margin-top:7px;
}

.logohere {
	width:970px;
	height:60px;
}

.div_footer {
	position:relative;
	clear:both;
	top:50px;
	margin-left:auto;
	margin-right:auto;
	width:980px;
	text-align:center;
}