body{
	background-color:#000000;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	height:100%;
}
html {
	height: 100%;
	overflow: hidden;
}
a:link, a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
a:hover{
	color:#FFFFFF;
	text-decoration:none;
}
#flash {
	width:100%;
	height:95%;
}

#footer {
	height:30px;
	width: 100%;
	background: url(../images/fade.gif);
	text-align: center;
	color:  #000;
	padding-top: 5px;
}

#footer a:link, #footer a:visited{
	color: #000;
	font-size: 11px;
	padding: 0px 15px 0px 15px;
	
}
#footer a:hover{
	text-decoration:underline;
}

#get {
	position: absolute;
	bottom: 35px;
	left:10px;
}
.title{
	font-size:12px;
	color: #929292;
}

.heading{
	font-size:12px;
}