/* Some basic resets and global styles */

span, embed, object, iframe,
h1, h2, h3, h4, h5, h6, p, a, img, ol, ul, li {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: none;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;	
	vertical-align: baseline;
	color: #333333;
}

html, body {
	position:absolute;
	top:0px;
	width:100%;
	height:100%;
	background:#d9d9d9;
	color: #333333;
	margin:0px;
	padding:0px;
}

a:hover {
	color: #EC008C;
}



/***** Structure *****/

#outer_container {
	margin:0px auto;
	position:relative;
	width:976px;
	height:100%;
	text-align:center;
	background:url('../images/page_border.jpg') repeat-y;
}


#container {
	margin: 0px auto;
	padding: 0px;
	position:relative;
	top:0px;
	left:-1px;
	width: 936px;
	height:100%;
	text-align:center;
	background:url('../images/gradient_bg.gif') no-repeat;
}

#splashImg {
	width:600px;
	height:500px;
}

#content {
	height:100%;
	font-size:12px;
	color:white;
}

#content h1{
	font-size:16px;
	color:#333333;
	margin: 10px 0 10px 0;
}

#content h2{
	font-size:14px;
	font-weight:bold;
	color:#666666;
	margin: 20px 0 20px 0;
}


