@charset "utf-8";
/* CSS Document */
body,td,th {
	color: #FFF;
}
body {
	background-color: #000;
}
a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #CCC;
}
a:active {
	color: #FFF;
}

#wrapper {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #161616;
}
#header {
	background-image: url(images/header.png);
	height: 172px;
	width: 1024px;
}
#content {
	width: 1024px;
	background-image: url(images/content.png);
	height: 363px;
}
#copy {
	background-image: url(images/copy.png);
	height: 65px;
	width: 1024px;
}
#awards {
	position: relative;
	top: 238px;
	height: 100px;
	width: 500px;
	left: 247px;
	padding: 5px;
}
