@charset "utf-8";
/* CSS Document */
body
{
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: transparent url('../images/bg.png') top center no-repeat fixed;
	font-family:Century Gothic, Trebuchet MS, Verdana;
	text-align:center;
}

#body_wrapper
{
	margin: 0 auto;
	text-align:center;
	height:568px;
	width:770px;

}


h1
{	
	margin:0px 0px 0px 0px;
	padding:5px 0px 0px 45px;
	color:black;
	font-size:32px;
}

p
{
	color:grey;
	font-size:16px;
}

#panel
{
	height:335px;
	width:330px;
	background: url('../images/panel.png') no-repeat;
	margin:70px 0px 0px 210px;
	padding:10px 0px 10px 20px;
	text-align:left;
	position:absolute;

}

.panel_content
{
	height:335px;
	width:330px;
	width:300px;
}

.foot_note
{
	font-size:12px;
}

#div_paint_splatter
{
	height:196px;
	width:278px;
	background: url('../images/paint.png') no-repeat;
	z-index:3;
	float:left;

}

#button_holder
{
	height:200px;
	width:200px;
	z-index:4;
	float:right;
	margin:70px 0px 0px 0px;
}

.button
{
	height:47px;
	width:173px;
	margin:3px 3px 3px 3px;
}

#faq_btn{background: url('../images/faq_btn.png') no-repeat;}

#faq_btn:hover
{	
	background: url('../images/faq_btn_h.png') no-repeat;
}

#home_btn
{	
	background: url('../images/home_btn.png') no-repeat;
}


#home_btn:hover
{	
	background: url('../images/home_btn_h.png') no-repeat;
}

#footer
{
	width:330px;
	height:300px;
	text-align:left;
	float:left;
	margin:220px 0px 0px 240px;
}

#footer a
{
	text-decoration:underline;
	color:green;
}

#footer a:hover
{
	text-decoration:none;
	color:orange;
}
