#main-content {
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(images/background.jpg);
	height: 600px;
}
#agegate-content {
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(images/agegate-background.jpg);
	height: 600px;
}

body {
	background-color: black;
	color: lime;
}

#relative-950-600{
	position: relative;
	width: 950px;
	height: 600px;
}

#step-count {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	text-transform: uppercase;
	color: red;
	position: absolute;
	right: 75px;
	top: 512px;
	font-size: 0.8em;
	line-height: 38px;
	
}

.dark-background {
	background-image: url(images/dark-background.gif);
}

.white {
	color: white;
}

.smaller {
	font-size: 0.8em;
}

#footer-content {
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(images/footer-background.jpg);
}

#footer-area {
	position: relative;
}

#footer-row1 {
	padding-bottom: 20px;
	padding-top: 63px;
}

#footer-row3 {
	padding-bottom: 20px;
	padding-top: 20px;
}

#footer-row4 {
	color: #FFFFFF;
	font-size: 0.8em;
	text-align:center;
	padding-left: 100px;
	padding-right: 100px;
	padding-bottom: 50px;
}