
/* ElectricStorm's stylesheet for the new GP500 homepage */


/* ES new styles */

html, body {
	margin: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#bgimage {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}

#bodycontent {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 2;
}



/* old styles (from FZR/style.css & inline) */

.bodytext {
	font-size: 12px;
	font-style: normal;
}
.bodytext2 {
	font-size: 12px;
	font-weight: bold;
}


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #999999;
} 

a:link {
	color: red;
	text-decoration: none;
}
a:visited {
	color: red;
	text-decoration: none;
}
a:hover { 
	color: gold;
	text-decoration: underline;
}

h2 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: medium; 
}


