@charset "UTF-8";

* {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000;
}

body {
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000;
	background-attachment: fixed;
	text-align: left;
}
#container {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
#masthead {
}
#content {
}
#mainmenu {
}
#footer {
}
#distcontent {
	background-color: #FFFFFF;
}

a {
	text-decoration:none;
	color:#000;
}
a:hover {text-decoration:underline;}

