body {
	padding: 0px;
	margin: 0px;
	background:url(images/back.png) repeat-x;
	background-color:#cc3333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
a:link {
	color:#666666;
	text-decoration:none
}
a:visited {
	color:#999999;
	text-decoration:none
}
a:active {
	color:#666666;
	text-decoration:none
}
a:hover {
	color:#999999;
	text-decoration:none
}
#outer {
	text-align:center;
	height:1500px;
}
#maincon {
	margin:auto;
	width:900px;
	height:100%;
	background-color:#ffcc99;
	text-align:left;
	border-left:4px solid #993333;
	border-right:4px solid #993333;
}
#contentbox {
	margin:15px;
	width:730px;
	float:left;
}
#bannerbox {
	width:140px;
	float:left;
	margin-top:50px;
}
#toplogo {
	background:url(images/logo.png) no-repeat;
	background-position:center center;
	height:125px;
}
#counterbox {
	padding-top:50px;
	height:150px;
	margin-left: 50px;
}
#countertext {
	height:125px;
	float:left;
	font-size:25px;
	line-height:115px;
}
#counter {
	background:url(images/counter.png) no-repeat;
	background-position:center center;
	height:125px;
	width:100px;
	float:left;
	font-size: 100px;
	text-align:center;
	line-height:40px;
}
#bigfont {
	font-size: 50px
}
#footer {
	clear:left;
	padding-top:50px;
	text-align:right;
}
#selectbox {
	width:730px;
	height:150px;
	background-color:#ffcc66;
	float:left;
	margin-top:10px;
}
#selectpic {
	float:left;
	width:150px;
	height:150px;
}
#selecttext {
	float:left;
	width:580px;
	height:150px;
}
a, img, button {
	border:0 none
}

