body {
	background-color: #e2e2e2;
	margin-top: 0px;
}

.container  {
	width: 880px;
	height: 1015px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-image: url(../images/stage.png);
	background-repeat: no-repeat;
	background-position: top;	
}

.topHeader {
	width: 850px;
	height: 225px;
	margin-left: 15px;
}

.innerContainer {
	width: 810px;
	margin-left: 35px;
	margin-right: 35px;
	background-color: transparent;
}

.footer {
	font-family: helvetica;
	font-size: 11px;
	color: #eee;
	text-align: left;
	margin-top: 	129px;
	margin-left: 	210Px;
	background-color: transparent;
}

a, a:link, a:visited {
	text-decoration: none;
	color: #fff;
}

a:hover {
		text-decoration: underline;
}