body#home {
	margin: 0;
	background: #fff;
	}

#homecontainer {
	width: 1150px;
	margin: 0 auto 0 auto;
	padding-top: 10px;
	}

#sign {
	position: relative;
	width: 590px;
	height: 800px;
	float: left;
	margin: -30px 5px 0 0;
	background: url("../assets/sign/sign2.jpg") no-repeat;
	}

#content {
	width: 482px;
	float: left;
/*	background: url("../assets/content-top.png") no-repeat;
	background-position: top center;*/
	padding: 0;
	padding: 10px 0 0 0;
	min-height: 500px;
	}

#contentliner {
	width: 462px;
	padding: 10px;
/*	background: url("../assets/content-base.png") no-repeat;
	background-position: bottom center;*/
	min-height: 500px;
	}

div#about {
	display: block;
	position: absolute;
	left: 196px;
	top: 215px;
	width: 206px;
	height: 59px;
	background: url("../assets/sign/sign_about.jpg") no-repeat;
	}
div#showroom {
	display: block;
	position: absolute;
	left: 196px;
	top: 330px;
	width: 206px;
	height: 50px;
	}
div#contact {
	display: block;
	position: absolute;
	left: 196px;
	top: 380px;
	width: 206px;
	height: 58px;
	}
input#entercampname {
	position: absolute;
	left: 245px;
	top: 487px;
	width: 132px;
	height: 25px;
	background: transparent;
	border: 0;
	}

div#go {
	position: absolute;
	left: 261px;
	top: 524px;
	width: 102px;
	height: 56px;
	}

div#go a:link, div#go a:visited {
	display: block;
	width: 102px;
	height: 56px;
	background: url("../assets/sign/go-button.png") no-repeat;
	}

div#go a:hover {
	display: block;
	width: 102px;
	height: 56px;
	background: url("../assets/sign/go-buttonOV.png") no-repeat;
	}

div#sign input.text {
	color: #f4c900;
	font-size: 18px;
	font-weight: bold;
	}

div.homecontent td.greencellbordered { background: #fff; border-bottom: 1px solid #cacaca; }
