html{
	margin:0;
	padding:0;
	height:100%;
	width: 100%;
	background-color: #151515;
}
body {
	margin: 0;
	padding: 0;
	background-color: #151515;
	height:100%;
	width: 100%;
	min-width: 1000px;
	min-height: 700px;
	background-image: url(../images/linkback.jpg);
	background-repeat: no-repeat;
}
#eqsite{
	height: 100%;
	font: 18px arial, sans-serif;
	color: #a0a0a0;
	text-align:center;
}
#eqsite a:hover {
	height: 100%;
	font: 18px arial, sans-serif;
	color: #666666;
	text-align:center;
}
#eqsite a:link {
	height: 100%;
	font: 18px arial, sans-serif;
	color: #999999;
	text-align:center;
}
#eq-flash{
	display: block;
}
