body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background-color: #1a2626;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	background-position: center top;
}
#controller {
	width:1000px;
	height:auto;
	position:relative;
}
#main {
	width:1000px;
	height:auto;
	position:relative;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
a:link {
	color: #FFF;
	text-decoration: underline;
}
.smaller {
	font-size:10px;
}
a:visited {
	color: #FFF;
	text-decoration: underline;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
a:active {
	color: #FFF;
	text-decoration: underline;
}

