html
{
	height: 100%;
}

body 
{
	background-color: #ffffff;
	background-image: url(bgRepeat.jpg);
	background-repeat: repeat-x;
	margin:0px; 
	padding:0px;

	font-family: arial, helvetica, verdana, sans-serif; 
	color: #767676;
	font-size: 11px; 
	line-height: 1.5em;
	text-align: center;
	height: 100%;
	
}

a:link      { text-decoration:none;  color:#fff;}
a:visited   { text-decoration:none; color:#fff; }
a:hover     { text-decoration:none; color:#fff; }
a:active    { text-decoration:none; color:#fff;}

a.interiorLink:link      { text-decoration:underline;  color:#767676;}
a.interiorLink:visited   { text-decoration:underline; color:#767676; }
a.interiorLink:hover     { text-decoration:underline; color:#767676; }
a.interiorLink:active    { text-decoration:underline; color:#767676;}

a.newsLink:link      { text-decoration:none;  color:#000;}
a.newsLink:visited   { text-decoration:none; color:#000; }
a.newsLink:hover     { text-decoration:none; color:#000; }
a.newsLink:active    { text-decoration:none; color:#000;}

sup 
{ 
	font-size: 9px; 
}

#mainBody
{
	 width:747px;
	margin:0px auto;
	text-align:left;
	
	
    height: 100%;
	background: #FFFFFF;
}





.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */



#homeBG
{
	
	position:relative;
	width: 747px;
	height: 900px;
	margin: 0 auto 0 auto;
	background-color: #ffffff;
	background-image: url(comingsoon.jpg);
	background-repeat: no-repeat;
}

#formPos
{
	width: 350px;
	position: relative;
	top: 350px;
	left: 200px;
	text-align: center;
}

#formAlign
{
	text-align:center;
}

.mainText
{
	font-family: arial, helvetica, verdana, sans-serif; 
	color: #4299bb;
	font-size: 16px; 
	text-align: center;
	font-weight: bold;
	line-height: 1.2em;
}

.btn
{
	margin: -7px 0px 0px 0px;
}



