@charset "utf-8";
#header {
	background-color: #000000;
	margin: 0px;
	height: 21px;
	width: 100%;
}
#header div {
	background-color: #FF0000;
	width: 100px;
	float: right;
	height: 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	background-position: center center;
}
#body {
	width: 980px;
	position: relative;
	height: 500px;
	background-color: #000000;
}

