body {
	background: url('../images/main/stripebg.gif');
	margin: 0;
	padding: 0;
	text-align: center;
	height: 100%;
	overflow: hidden;
	color: #FFF
}

#back_wrapper {
	position: relative;
	margin-top: 150px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

#fBox {
	position: relative;
	width: 600px;
	top: 282px;
	margin: 0 auto;
}

.fLink {
	font-family: Arial;
	font-weight: bold;
	font-size: 22px;
	color: #015dee;
	text-decoration: none;
}

.fSpacer {
	font-family: Arial;
	font-weight: bold;
	font-size: 22px;
	color: #f67e01;
}

.niceText {
	font-family: Arial;
	font-weight:bold;
	font-size: 12px;
}

#main_wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}
#title {
	position: absolute;
	display: block;
	background: url('../images/main/logo.png') no-repeat;
	width: 452;
	height: 91;
	top: -55px;
	left: 10px;
}

#content {
	text-align: center;
	font: Verdana;
	position: relative;
	background: url('../images/main/splashbg.jpg') repeat-x;
	width: 900px;
	height: 322px;
	border:#FFF thick solid;
}

#bottom {
	position: relative;
	background: url('../images/main/bottom.png') no-repeat;
	width: 212px;
	height: 28px;
	margin-left: auto;
	margin-right: auto;
}

#adBox {
	background: url('../images/main/new.png') no-repeat;
	width: 225px;
	height: 148px;
	position: absolute;
	display: block;
	left: 300px;
	top: 30px;
}

#tourBox {
	background: url('../images/main/tour.png') no-repeat;
	width: 203px;
	height: 145px;
	position: absolute;
	display: block;
	left: 190px;
	top: 118px;
	padding-top:70px;
	padding-left:10px;
	color:#333;
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

#about {
	display: block;
	position: absolute;
	width: 88px;
	height: 46px;
	background: url('../images/main/about.jpg') no-repeat;
	left: 295px;
	top: 272px;
}

#about:hover {
	background: url('../images/main/about_down.jpg') no-repeat;
}

#contact {
	display: block;
	position: absolute;
	width: 88px;
	height: 46px;
	background: url('../images/main/contact.jpg') no-repeat;
	left: 405px;
	top: 272px;
}

#contact:hover {
	background: url('../images/main/contact_down.jpg') no-repeat;
}

#help {
	display: block;
	position: absolute;
	width: 88px;
	height: 46px;
	background: url('../images/main/help.jpg') no-repeat;
	left: 520px;
	top: 272px;
}

#help:hover {
	background: url('../images/main/help_down.jpg') no-repeat;
}

#pic2 {
	background: url('../images/main/kidhill.png') no-repeat;
	width: 172px;
	height: 109px;
	position: absolute;
	display: block;
	left: 485px;
	top: 145px;
}

#pic1 {
	background: url('../images/main/bear.png') no-repeat;
	width: 154px;
	height: 132px;
	position: absolute;
	display: block;
	left: 55px;
	top: 145px;
}

#createBox {
	background: url('../images/main/create.png') no-repeat;
	width: 225px;
	height: 128px;
	position: absolute;
	display: block;
	left: 20px;
	top: 35px;
}

#newBox {
	background: url('../images/main/new.png') no-repeat;
	width: 224px;
	height: 147px;
	position: absolute;
	display: block;
	left: 295px;
	top: 20px;
}

#login {
	background: url('../images/main/login.png') no-repeat;
	width: 225px;
	height: 201px;
	position: absolute;
	display: block;
	left: 495px;
	top: -65px;
	font-size: 9px;
}

#login a{
	color:#cff;	
}

#login a:hover{
	color:#444;	
}

#code_box {
	position: absolute;
	left: 20px;
	top: 75px;
	width: 134px;
}

#verify_btn {
	position: absolute;
	border: 0px;
	width: 38px;
	height: 44px;
	background: url('../images/main/blue_btn.jpg') no-repeat;
	left: 180px;
	top: 60px;
}

#verify_btn:hover {
	background: url('../images/main/blue_btn_down.jpg') no-repeat;
}

#new_btn {
	position: absolute;
	border: 0px;
	width: 38px;
	height: 44px;
	background: url('../images/main/new_btn.jpg') no-repeat;
	left: 150px;
	top: 75px;
}

#new_btn:hover {
	background: url('../images/main/new_btn_down.jpg') no-repeat;
}

#login_btn {
	position: absolute;
	border: 0px;
	width: 38px;
	height: 44px;
	background: url('../images/main/green_btn.jpg') no-repeat;
	left: 157px;
	top: 113px;
}

#login_btn:hover {
	background: url('../images/main/green_btn_down.jpg') no-repeat;
}

#login_form {
	position: absolute;
	font: Verdana;
	color: #FFF;
	width: 55px;
	left: 11px;
	top: 32px;
	width: 203px;
}


a {
	color:#36c;
	text-decoration:none;
}

a:hover {
	color:#60c;
	text-decoration:none;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	color: #36c;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0px;
}
