@charset "UTF-8";

/************************************************************************
	CSS Document // Holding Page
	BOOM!
	
	Created by Salt // www.saltdesign.org.uk
************************************************************************/





/************************************************************************
	1 - UNIVERSAL STYLES
************************************************************************/

html {
	height: 100%;
}

body {
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin: 0;
	padding: 0;
	background: #FFF200 url('../_holding-images/boom-background.jpg') no-repeat center 160px;
}

h1 {
	font-size: 21px;
	font-weight: normal;
	color: #000;
	letter-spacing: -0.05em;
	margin: 0 0 20px 0;
	padding: 0;
}

p {
	font-size: 15px;
	word-spacing: -0.02em;
	margin: 0 0 10px 0;
	padding: 0;
}

a {
	color: #000; 
	text-decoration: underline;
}

a:hover,a:active,a:focus {
	color: #000;
	text-decoration: underline;
}



/************************************************************************
	2 - UNIVERSAL STRUCTURAL ELEMENTS
************************************************************************/

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */
}

#header {
	width: 100%;
	height: 132px;
	background: #000;
	position: center;
	margin: 0 auto;
	padding: 0;
}

#push {
	height: 130px; /* .push must be the same height as .footer */
}

#footer {
	height: 100px;
	position: center;
	width: 648px;
	margin: 0 auto;
	padding: 0 103px 0 171px;
}

#logo-header {
	width: 922px;
	height: 132px;
	position: center;
	margin: 0 auto;
	padding: 0;
}

#header-left {
	width: 350px;
	height: 132px;
	position: left;
	float: left;
	margin: 0 auto;
	padding: 0 0 0 34px;
}

#header-right {
	width: 400px;
	height: 132px;
	position: right;
	float: right;
	margin: 0 auto;
	padding: 0 34px 0 0;
}

#gradient-header {
	width: 100%;
	height: 7px;
	background-color: #575759;
	position: center;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#menu-bar {
	width: 100%;
	height: 41px; 
	background: #FFF;
	margin: 0 auto;
	padding: 0;
}

#ticker {
	width: 520px; /* 922 */
	height: 41px;
	position: center;
	margin: 0 auto;
	padding: 0 221px 0 171px;
}



#home-main {
	width: 922px;
	height: 450px;
	position: center;
	margin: 0 auto;
	padding: 0;
}

#copy-area {
	width: 520px;
	height: auto;
	position: left;
	float: left;
	margin: 20px 10px 20px 171px;
	padding: 0;
}