body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	background-color: #000;
	margin-top: 0px;
	background-image: url(../assets/bgTile.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #06F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #06F;
}
a:hover {
	text-decoration: none;
	color: #F60;
}
a:active {
	text-decoration: none;
	color: #F60;
}
#wrapper {
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../assets/hi_1024x700.jpg);
	background-repeat: no-repeat;
}
#content {
	line-height: 26px;
	text-align: center;
	clear: both;
	width: 575px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 250px;
	font-size: 14px;
}
#footer {
	text-align: center;
	clear: both;
	padding-bottom: 15px;
	padding-top: 225px;
}
.boilerplate {
	font-size: 9px;
	color: #666;
}
