/*
    ____  ___    ____  __________________    ______
   / __ \/   |  / __ \/_  __/  _/ ____/ /   / ____/
  / /_/ / /| | / /_/ / / /  / // /   / /   / __/   
 / ____/ ___ |/ _, _/ / / _/ // /___/ /___/ /___   
/_/   /_/  |_/_/ |_| /_/ /___/\____/_____/_____/

author: cole rise
created: twenty-second day of october, two-thousand & eight.

*/


/* main styles ---------------------------------------------------------------- */

#main {
	bottom:0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right:0;
	text-align: center;
	top: 0;
	width: 100%;
}

#page {
	background: url(../images/soon.jpg) no-repeat 0 0;
	margin: 0 auto;
	position: relative;
	width: 1200px;
	height: 800px;
}

#thanks {
	background: url(../images/heart.jpg) no-repeat 0 0;
	margin: 0 auto;
	position: relative;
	width: 1200px;
	height: 800px;
}

#info {
	height:120px;
	left: 160px;
	position: absolute;
	text-align: left;
	top:460px;
	width:400px;
}

#form-email {
	background: #210E18;
	border: 2px solid #000;
	clear:none;
	color:#493B42;
	float:left;
	font-size: 16px;
	height: 40px;
	margin: 6px 10px 0 0;
	padding: 4px 0 0 8px;
	width: 260px;
}

#form-submit {
	clear:none;
	float:left;
	height: 40px;
	margin: 6px 0 0 0;
	width: 120px;
}

#no-spam {
	color:#493B42;
	float: right;
	position: relative;
	margin: 6px 18px 0 0;
}

