html {
	height: 100%;
}
body {
	background: black;
	margin: 0;
	padding: 0;
	height: 100%!important;
	min-height: 800px;
	min-width: 980px;
}
object {
	vertical-align: top;
	min-height: 800px;
	outline: none;
}
div {
	height: 100%;
}

a, a:visited{
	color: #615264;
	text-decoration: yes;
	font-size: 12px;
	font-family: lucida sans, lucida sans unicode, lucida grande, arial;
	}
a:hover{
	text-decoration: none;
	color: #3b303d;
	font-size: 12px;
	font-family:  lucida sans, lucida sans unicode, lucida grande, arial;
	}
	
h1{
	text-decoration: none;
	color: #999999;
	font-size: 14px;
	font-family:  lucida sans, lucida sans unicode, lucida grande, arial;
	}	
	h2{
	text-decoration: none;
	color: #999999;
	font-size: 14px;
	font-family:  lucida sans, lucida sans unicode, lucida grande, arial;
	}	
	h3{
	text-decoration: none;
	color: #999999;
	font-size: 14px;
	font-family:  lucida sans, lucida sans unicode, lucida grande, arial;
	}	
	h4{
	text-decoration: none;
	color: #999999;
	font-size: 14px;
	font-family:  lucida sans, lucida sans unicode, lucida grande, arial;
	}	
	
.content {
	color: #6e6e6e;
	font-size: 12px;
	font-family:  lucida sans, lucida sans unicode, lucida grande, arial;
	}