* {
	outline: none;
}

html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #7eb01e;
	background-image: url(../img/bg.png);
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: white;
}

#spacer {
	float: left;
	height: 50%;
	margin-bottom: -308px; 
	width: 100px;
}

#content {
	clear: left;
	width: 998px;
	height: 615px;	
	margin: auto;
	/*background-image: url(../img/back.jpg);*/
}

#shadow {
	width: 1000px;
	height: 70px;
	background-image: url(../img/shadow.png);
	margin: 0 auto;
	margin-top: 25px;
	behavior: url(./js/iepngfix/iepngfix.htc);
}

#noflash {
	width: 998px;
	height: 615px;
	background-image: url(../img/noflash.jpg);
}

#noflash a {
	width: 129px;
	height: 35px;
	display: block;
	background-image: url(../img/button.jpg);
	margin: 440px 0px 0px 434px;
	float: left;
}