/* BODY STYLING
----------------------------------------------- */

body {
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

a:link { text-decoration: none;color: #ffc000; }

a:visited { text-decoration: none; color: #ffc000; }

a:hover { text-decoration: underline; color: #ffc000; }

a:active { text-decoration: none; color: #ffc000; }

/* HEADERS
----------------------------------------------- */


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: normal;
	margin: 0px;
	padding: 7px 0px 0px;
}


/* Need to set body margin and padding to get consistency between browsers
--------------------------------------------------------------------------- */

#content {
	position:absolute;
	width:760px;
	margin-left:-380px;
	background-color:#0C3656;
	height: 800px;
	left: 50%;
	z-index: 1;
	}
	

/* BRANDING AREA
----------------------------------------------- */

.logo {
	background-color: #ffc000;
	background-image: url(../media/twistmedia_logo.gif);
	background-repeat: no-repeat;
	background-position: 20px 0px;
	height: 50px;
	width: 760px;
	position: absolute;
	z-index: 2;
	left: 0px;
}
.text {
	z-index: 4;
	top: 80px;
	left: 20px;
	text-align: center;
	margin-top: 100px;
}
