*{
	margin:0;
	padding:0;
}

body{
	color:#777;
	background-color:#000;
	font:15px Calibri,Arial,sans-serif;
}

/* Styling the page */

#page{
	width:980px;
	margin:20px auto;
}

#topBar{

}

#promoIMG{
	background:url('../img/bg.png') no-repeat;
	height:624px;
	margin-bottom:15px;
	text-align:center;
}
.bg_splash{
	background:url('../img/bg_splash.jpg') no-repeat;
	background-position:center top;
	height:600px;
	width:100%;
	margin-bottom:15px;
	text-align:center;
	top:0;
}
#promoIMG img{
	margin-top:70px;
}

#contentArea{
	overflow:hidden;
	padding-bottom:10px;
	margin: 0 auto;
	text-align:center;
	position:relative;
	bottom:10px;

}

#contentArea p{
	background-color:#FFFFFF;
	border-color:#DDDDDD;
	border-style:solid;
	border-width:1px 0 0 1px;
	float:left;
	height:120px;
	margin-right:15px;
	overflow:hidden;
	padding:20px;
	width:465px;
	
	-moz-box-shadow:1px 1px 0 #bbb;
	-webkit-box-shadow:1px 1px 0 #bbb;
	box-shadow:1px 1px 0 #bbb;
}




#promoIMG,


/* Hyperlink styles */

a, a:visited {
	text-decoration:none;
	outline:none;
	color:#fff;
	
}

a:hover{
	border-bottom:1px dashed transparent;
	text-decoration:none;
}