@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/billboard_back.jpg);
	background-repeat: repeat-x;
	background-color: #000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
}
h1 {
	font-size: 36px;
	margin-bottom: 0px;
	margin-top: 0px;
}
#floater {
	margin-top: 250px;
}
#container {
	background-image: url(../images/billboard.jpg);
	background-repeat: no-repeat;
	height: 520px;
	width: 989px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
}
a:link {
	font-weight: bold;
	color: #FC3;
	text-decoration: none;
}
a:visited {
	color: #FECC34;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	}
