/* ==========================================================================
   TrevNet Media Corp.
   http://www.trevnetmedia.com/
   ========================================================================== */


body {
	width: 900px;
	margin: 0 auto;
	background: url('../img/bg1.jpg') no-repeat center top;
}

#Header {
	
}

#Main {
	width: 900px;
	padding: 25px 0 0;
}
#Content {
	background: url('../img/bg.png') no-repeat center top;
}
#Content h2 {
	font-size: 1.5em;
}
#Content img {

}
#Content .btn {
	margin: 40px 0 0 732px;
	font-size: 20px;
}
#Content #header-text {
	margin: 30px 0 0 55px;
	height: 280px;
	width: 330px;
	text-align: justify;
	padding: 0 15px;
}
#header-text h1 {
	color: white;
	font-size: 1.3em;
	line-height: 30px;
}
#header-text p {
	font-size: 0.9em;
	line-height: 12px;
}
#header-text a {
	color: #FFFFFF;
}
#Content #content-box {	
	margin: 60px auto;	
	padding: 0 10px;				
	width: 700px;
	height: 390px;
}
#content-box p {
	line-height: 16px;
	text-align: justify;
}

#Footer {
	margin: -130px auto;
	text-align: center;
	font-size: 0.9em;
	line-height: 14px;
	
}