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

#header {
	position:relative;
	width:850px;
	margin-left:auto;
	margin-right:auto;
	height: 200px;
	top:0px;


}

#menu {
	position:relative;
	top:10px;
	width:850px;
	height:24px;
		margin-left:auto;
	margin-right:auto;
	background-color:#000000;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#000000;
}