body {
	margin: 0px;
	background-color: #0C0D0C;
	font-family: "Trebuchet MS", Arial, sans-serif;
	background-attachment: fixed;
	background-image: url(images/backmain.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	color: #FFFFFF;
	font-size: 14px;
}
#content{
	position: absolute;
	left: 50%;
	width: 960px;
	margin-left: -480px;
	background-color: #0C0D0C;
}
#fullflash {
	position: absolute;
	height: 600px;
	width: 960px;
	top: 0px;
}
#subpage{
	position: relative;
	width: 960px;
	height: 800px;
	background-attachment: scroll;
	background-color: #0C0D0C;
	background-image: url(images/backcontent.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 270px;
	display: block;
}
#subcontent{
	width: 940px;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
	padding-top: 20px;
}
#menu {
	position: absolute;
	height: 270px;
	width: 960px;
	top: 0px;
	display: block;
	overflow: hidden;
}
#footnote {
	font-size: 10px;
	line-height: 10px;
}
ul, li {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}