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

.body {
	background-color:#000000;
	margin: 0 0 0 0;
}

.wrapper {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	height:800px;
	width:766px;
	margin-top:20px;
}

/* controls position of splash page */

#welcome
{
	position:relative;
	background-image:url(images/welcome.jpg);
	background-repeat:no-repeat;
	height:800px;
	width:766px;
}

/* controls position of enter button in index.php */

#enter {
	position:relative;
	top:350px;
	margin-left:auto;
	margin-right:auto;
	width:100%;
}

/* controls position of about page */

#about
{
	position:relative;
	background-image:url(images/about.jpg);
	background-repeat:no-repeat;
	height:800px;
	width:766px;
}

/* controls position of about page */

#contact
{
	position:relative;
	background-image:url(images/contact.jpg);
	background-repeat:no-repeat;
	height:800px;
	width:766px;
}

#endorsements
{
	position:relative;
	background-image:url(images/endorsements.jpg);
	background-repeat:no-repeat;
	height:800px;
	width:766px;
}



/* controls position of about text */

#content
{
	position:relative;
	width:100%;
	height:576px;
	margin-top:50px;
		
}

/* controls position of menu div */

#menu {
	position:relative;
	top:3px;
	margin-left:auto;
	margin-right:auto;
	width:707px;
	height:107px;
}
