@charset "utf-8";
/* CSS Document */

body, html{
	padding:0px;
	margin:0px;
	background-image:url(../images/background.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#a29061;
}

#comingsoon{
	width:187px;
	height:108px;
	position:absolute;
	top:0px;
	right:0px;
}

#blurb{
	width:530px;
	height:100px;
	margin:0 auto;
	top:300px;
	position:relative;
	text-align:center;
}

.text, .text a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#ffffff;
	text-decoration:none;
}

.text a:hover{
	color:#ffffff;
	text-decoration:underline;
}

.green{
	color:#98012e;
}