/* CSS Document */
body {
	text-align: center;
	background-color: #000000;
}
div#wraper {
	width: 760px;
	height: 513px;
	text-align: center;
	margin: 0px auto;
}
div#top {
	width: 760px;
	height: 224px;
	background-image: url(../Images/frontPage/top.jpg);
}
div#bottom {
	width: 760px;
	height: 287px;
	background-image: url(../Images/frontPage/bottom.jpg);
}
div#navigation {
	padding-top: 65px;
	padding-left: 40px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d0a135;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #7c1800;
	text-decoration: underline;
}
div#ending {
	width: 760px;
	margin: 0px auto;
	padding-top: 20px;
	text-align: center;
	color: #ffffff;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	margin-left: 50px;
	width: 680px;
	text-align: center;
}


