* {
	margin: 0;
}
html, body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e1e1e1;
	background-color: #000000;
}
#header {
	margin-top: 20px;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%; /* the bottom margin is the negative value of the footer's height */
	width: 760px;
	margin-right: auto;
	margin-bottom: -20px;
	margin-left: auto;
	background-image:url(images/BackgroundImageMenu.jpg);
	background-repeat:no-repeat;
}
.wrapper2 {
	min-height: 100%;
	height: auto !important;
	height: 100%; /* the bottom margin is the negative value of the footer's height */
/*	width: 760px;*/
	margin-right: auto;
	margin-bottom: -20px;
	margin-left: 90px;
}
.wrapper3 {
	min-height: 100%;
	height: auto !important;
	height: 100%; /* the bottom margin is the negative value of the footer's height */
	width: 760px;
	margin-right: auto;
	margin-bottom: -20px;
	margin-left: auto;
	background-image:url(images/BackgroundImage.jpg);
	background-repeat:no-repeat;
}
.wrapper4 {
	min-height: 100%;
	height: auto !important;
	height: 100%; /* the bottom margin is the negative value of the footer's height */
/*	width: 760px;*/
	margin-right: 20px;
	margin-bottom: -20px;
	margin-left: 20px;
}
.logo {
	margin: 50px;
}

.footer, .push {
	height: 20px; /* .push must be the same height as .footer */
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
.email    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e8e8e8;
	text-decoration: none;
}
.img.link {
	font-style: normal;
	text-decoration: none;
}

.image.link {
}

.link:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e8e8e8;
}
.link:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E18700;
}


.link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E18700;
}

/* bens stuff */
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #e8e8e8;
	text-decoration: none;
}

.link2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #e8e8e8;
	text-decoration: none;
}
.link2:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #e8e8e8;
}
.link2:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #E18700;
}


.link2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #E18700;
}