@charset "utf-8";
body {
	background-image: url(background.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
	margin: 0px;
	background-position: left top;
}
#header {
	width: 900px;
	height: 76px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
}
#content {
	text-align: center;
	height: 4000px;
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}

#logo {
	height: 76px;
	width: 259px;
	position: relative;
	top: 113px;
	left: 560px;
	background-image: url(logo.png);
}
#menu {
	height: 43px;
	width: 307px;
	position: relative;
	top: 62px;
	left: 75px;
}
h1 {
	font-family: "arial";
	font-size: x-small;
	color: #ffffff;
	margin: 0px;
	padding: 5px;
}
