html,body{
	margin:0;
	padding:0;
	border:none;
	background-color: #000000;
	text-align: center;
	height: 100%;
   }
#copyright {
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
	color: #999999;
	width: 760px;
	text-align: left;
	padding-top: 10px;
}
#skip {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-align: right;
	width: 760px;
	float: right;
	clear: left;
	margin-top: -12px;
	font-style: italic;
}
#skip a{
	color: #999999;
	text-decoration: none;
}
#skip a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
#topmenu {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	width: 760px;
	text-align: left;
	vertical-align: middle;
	clear: both;
	padding-bottom: 10px;
}
#topmenu a{
	color: #999999;
	text-decoration: none;
}
#topmenu a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	text-transform: capitalize;
}
#flashContainer {
	background-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	width: 100%;
	background-image: url(../swf/splash_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #252525;
}
