@charset "UTF-8";
body {
	background-color: #180403;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#header {
	background-image: url(images/Header.jpg);
	background-repeat: no-repeat;
	height: 485px;
	width: 1200px;
	margin: 0 auto;
}
#navbar {
	background-image: url(images/menubar.jpg);
	background-repeat: no-repeat;
	height: 57px;
	width: 1200px;
	margin: 0 auto;
}
#footbar {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 36px;
	width: 1200px;
	margin: 0 auto;
}
#main {
	background-image: url(images/main.jpg);
	background-repeat: no-repeat;
	height: 723px;
	width: 1200px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0 auto;
}

