/*//////////////////////////////////////////////////////////////////////////
//////////////////// MAIN CSS //////////////////////////////////////////////
//////////////////// Updated: Feb 19, 2007 ///////////////////////////////*/

body {
	margin:0;
	padding:0;
	background: #00061f url(../imgs/bg_80q.jpg) 50% 0 no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 100%;
	text-align: center;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	
}
#htmlContent {
	position: relative;
	margin: 6px auto;
	position: relative;
	width: 600px;
	
}
.brline { 
	margin: 10px 0;
	
}
#tagline {
	margin: 6px auto;
	
}
#footer {
	margin-top: 55px;
	font-size: 10px;
	color: #5b6c7e;
	text-align: center;
}


