body {
	background: #ffffff url(../images/mainbg.gif) no-repeat top left;
	margin: 0px;
	overflow: auto;	
}

#logo {
	position: absolute;
	width: 214px; 
	height: 27px;
	top: 25px;
	left: 50%;
	margin-left: -150px;
	z-index: 1;
}

#main {
	position: absolute;
	width: 310px; 
	top: 47px;
	left: 50%;
	margin-left: -155px;
	z-index: 2;
}

#topborder {
	position: relative;
	width: 310px;
	height: 10px;
	background: url(../images/topborder.png);
}

#content {
	position: relative;
	width: 280px;
	padding: 0px 15px 10px;
	font-family: times;
	font-size: 12pt;
	color: #ffffff;
	text-align: justify;
	background: url(../images/boxbg.gif) repeat-y;
}

#comingsoon {
	position: relative;
	left: 102px;
}

#contactBox {
	position: relative;
	width: 280px;
	text-align: center;
}
			
.submitButton {
	width: 60px;
	border: 1px solid #ffffff;
	color: #ffffff;
	font-family: times;
	font-size: 10pt;
	background: #775599;
}
			
.contactTextBox {
	width: 250px;
	border: 1px solid #775599;
	color: #999999;
	font-family: times;
	font-size: 12pt;
}
			
.contactTextArea {
	width: 250px;
	height: 100px;
	border: 1px solid #775599;
	overflow: auto;
	color: #999999;
	font-family: times;
	font-size: 12pt;
}

p.centerText {
	text-align: center;
}

#botborder {
	position: relative;
	width: 310px;
	height: 10px;
	background: url(../images/botborder.png);
}