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

body {
	text-align: center;
 	min-width: 1000px;
	background-color:#121212;
	font-family:Arial, Helvetica, sans-serif;
	color:#74614d;
	
}

a:link {
COLOR: #74614d;
}
a:visited {
COLOR: #74614d;
}
a:hover {
COLOR: #381010;
}

#header {
	margin-left:auto;
	margin-right:auto;
	height:565px;
	width:1000px;
	margin-top:30px;
	background-image:url(beforedawnheaderweb2a.jpg);
	background-repeat:no-repeat;
	background-position:center;

}

#navbar {
	margin-left:auto;
	margin-right:auto;
	height:auto;
	width:1000px;
	background-image:url(beforedawnbodyweb.jpg);
	background-repeat:repeat-y;
	background-position:center;

}

#body {
	margin-left:auto;
	margin-right:auto;
	height:auto;
	width:800px;
	background-image:url(beforedawnbodyweb.jpg);
	background-repeat:repeat-y;
	padding-left:100px;
	padding-right:100px;
	padding-top:90px;
	padding-bottom:30px;

}

#footer {
	margin-left:auto;
	margin-right:auto;
	height:180px;
	width:800px;
	position:relative;
	padding-left:100px;
	padding-right:100px;
	background-image:url(beforedawnfooterweb.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
