#wrapper {
	margin: auto;
	width: 960px;
	position: relative;
	background-image: url(../images/wrapper_background.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 657px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 150%;
}
#submissionText .textwhite .textlarge a {
	margin-right: 15px;
	margin-left: 15px;
}
.textwhite {
	color: #FFFFFF;
}
.textlarge {
	font-size: 120%;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#textRight {
	position: absolute;
	right: 115px;
	top: 260px;
}
#submissionText {
	position: absolute;
	left: 105px;
	bottom: 50px;
}
body {
	background-color: #000000;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#textTop {
	position: absolute;
	left: 105px;
	top: 20px;
}
