@charset "utf-8";
body {
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	background-image: url(Images/mainback.jpg);
}

.Content {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 872px;
	top: 0px;
	height: auto;
}

#Header {
	width: 872px;
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(Images/header.jpg);
	height: 108px;
	background-repeat: no-repeat;
	background-position: top;
}
#Menu {
	width: 872px;
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(Images/menu.jpg);
	height: 60px;
}
#Main {
	width: 872px;
	background-image: url(Images/maindivback.jpg);
	background-repeat: no-repeat;
	height: auto;
	position: relative;
}

#Bottom {
	width: 872px;
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(Images/bot.jpg);
	height: 19px;
	background-repeat: no-repeat;
}
