DIV#bottom {
	background-image: url('images/bottomLeftBG.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}

DIV#right {
	background-image: url('images/rightBarBG.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

TD, p {
	font-family: verdana, tahoma, arial, geneva, san-serif;
	color: #000000;
	font-size: 14px;
	line-height: 20px;
}

DIV#box {
	font-family: verdana, tahoma, arial, geneva, san-serif;
	color: #FFFFFF;
	font-size:10px;
	line-height: 15px;
	background-color: #000000;
}

DIV#counter {
	font-family: verdana, arial, tahoma, geneva, san-serif;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	font-stretch: wider;
}

BODY {
	margin-top: 0px;
	margin-left: 0px;
	background-attachment: fixed;
	SCROLLBAR-FACE-COLOR: #FF3399;
	SCROLLBAR-HIGHLIGHT-COLOR: #FF99FF;
	SCROLLBAR-SHADOW-COLOR: #000000;
	SCROLLBAR-3DLIGHT-COLOR: #000000;
	SCROLLBAR-ARROW-COLOR: #000000;
	SCROLLBAR-TRACK-COLOR: #FFFFFF;
	SCROLLBAR-DARKSHADOW-COLOR: #000000;
}

a:link, a:visited {
	text-decoration: none;
	color: #0000FF;
}

a:hover {
	text-decoration: underline;
	color: #FF3366;
}
#header {
	margin: 0 auto;
	padding: 0px;
	position: relative;
	background: url(images/gg-header.jpg) no-repeat center;
}
#topmenu {
	margin-right: 125px;
	width:448px;
}
/*.header img {
	float: left;
	margin-left: 5px;	

}*/
.header {
	background: url(images/gg-header.jpg) no-repeat center;
	width: 785px;
	height: 307px;
	vertical-align: bottom;
}

a.contest:link{
	background-image: url(images/contestbtn.gif);
	height: 28px;
	width: 89px;
}

a.contest{
	background-image: url(images/contestbtn.gif);
	height: 28px;
	width: 89px;
}
.contest span {
	visibility: hidden;	
	height: 28px;
	width: 89px;
}

a.contest:hover{
	background: url(images/contestbtn-on.gif);
	height: 28px;
	width: 89px;
}


