html {
	width: 100%;
	height: 100%;
}

body {
	font: 14px/20px Courier, monospace;
	color: #FFFFFF;
	background: #251f1d;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
}
a {
	color: #FFFFFF;
	font-family: 'NexaBlack';
	font-weight: normal;
}

#content {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
	height: 100%;
}

#content li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: right;
	position: relative;
}

#content li img.stretch {
	width: 75%;
}

#signup {
	background: url(img/plywood.jpg);
}

.overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
	height: 100%;
	background: #251f1d url(img/thebunkieco.png) no-repeat fixed 60px 60px;
	text-align: left;
	z-index: 4000;
}

.box {
	position: relative;
	padding: 0;
	margin: 0;
}

.boxcontent {
	position: absolute;
	left: 35px;
	top: 185px;
	width: 280px;
	padding: 20px 80px 20px 20px;
	border: 5px solid #fff;
	background: url(img/bg.gif) repeat-y;
}

.boxcontent h1 {
	padding: 0;
	margin: 5px 0 10px 0;
	font-family: 'NexaBlack';
	text-transform: uppercase;
	font-size: 50px;
	line-height: 35px;
	font-weight: normal;
}

.boxcontent h1 small {
	font-size: 35px;
}

.boxcontent p {
	padding: 0;
	margin: 0 0 10px;
}
.arrow {
	cursor: pointer;
}

.arrowup {
	cursor: pointer;
	padding: 0 0 15px 0;
	z-index: auto;
}

#interiors {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 10;
	width: 100%;
	text-align: right;
	background: #f0ad67;
}

#interiors img {
	width: 77%;
	padding: 0 0 0 25%;
}

#signupform {
	position: absolute;
	top: 210px;
	left: 475px;
	width: 700px;
	color: #251f1d;
	font-weight: bold;
}


#signupform input[type=text] {
	border: 0;
	outline: 0;
	padding: 10px;
	background: #fff;
	color: #251f1d;
	font-weight: bold;
	font: 14px/20px Courier, monospace;
	width: 550px;
}

#signupform input[type=submit] {
	border: 0;
	outline: 0;
	padding: 10px;
	color: #fff;
	background: #251f1d;
	font-weight: bold;
	font: 14px/20px Courier, monospace;
	cursor: pointer;
}



#left {
	position: absolute;
	z-index: 1000000;
	left: 330px;
	top: 145px;
	cursor: pointer;
	width: 23px;
	height: 20px;
	background: url(img/arrowleft.png) no-repeat;
}


#right {
	position: absolute;
	z-index: 1000000;
	left: 360px;
	top: 145px;
	cursor: pointer;
	width: 23px;
	height: 20px;
	background: url(img/arrowright.png) no-repeat;
}




