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

body{
	padding:0px;
	margin:0px;
	font-family:Verdana;
	font-size:12px;
	min-width:1000px;
	background-color:#eee;
}

content{
	width:1000px;
	position:relative;
	display:inline-block;
	left:50%;
	margin-left:-500px;
}

header{
	width:1000px;
	height:106px;;
	background-color:#fff;
	border-bottom:solid 5px #393838;
}

#box{
	width:580px;
	position:absolute;
	display:inline-block;
	top:25px;
	right:100px;
}