/***********************************************************************************
ALL
***********************************************************************************/

body {
	padding: 0;
	margin: 0;
	background: #000 url(/_images/bg_tempSplash.jpg) top left no-repeat;
	overflow: hidden;
	font-family:  Arial, Helvetica;
	font-size : 10px;
	line-height: 14px;
	color: #333;
	}
	
/***********************************************************************************
WRAPPERS & CONTAINERS
***********************************************************************************/

#wrapper {
	position: fixed;
	width: 950px;
	margin: 135px auto 0 auto;
	left: 50%;
	margin-left: -490px;
	padding: 15px;
	}
	
.home {
	background: url(../_images/common/bg_home.jpg) top left no-repeat;
	padding: 0;
	margin: 0;
	height: 450px;
	}
	
#tagLine {
	position: fixed;
	width: 280px;
	height: 60px;
	bottom: 50px;
	right: 50px;
	background: url(/_images/tag_happening.gif) bottom right no-repeat;
	}