html, body { 
	width:100%; 
	height:100%; 
	overflow:none;
	margin: 0;
	padding: 0;
}

body {
	font: 100%  Century Gothic, Arial, Monaco5, monospace;
	text-align: center;
	background-color: #301b2f;
}


#background {
	z-index:1; 
	width:100%;
	height: 600px; 
}

#main {
	position:absolute;
	width:100%;
	top:0;
	left:0;
	overflow:hidden;
	z-index:2;
} 


p {text-align: left}

h2 {letter-spacing: .5em;}

h3 {letter-spacing: .5em;}

img {border: 0;}

a {outline: none;}

:-moz-any-link:focus {
  outline: none;
}

h2#select {
	text-align: center;
	color: #fff;
	font-size: 1.2em;
	padding-bottom: 55px;
	font-style: italic;
	font-weight: normal;
	letter-spacing:.1em;
}


#content {
	width:650px;
	height:400px;
	padding: 0;
	margin: 50px auto -80px auto;
	z-index: 40;
}
	

#logo {
	width: 532px;
	height: 399px;
	background-image: url(../images/png/landing-combo-logo.png);
	background-repeat: no-repeat;
	margin: 35px auto 0 auto;
	z-index:1;
}



#footer {
	background-color: #301b2f;
	margin: 0px 0 0 0;
	padding: 5px 0 50px 0;
	border-top: 5px black solid;
}

#footer p#select {
	text-align: center;
	color: #fff;
	font-size: 1.2em;
	padding-bottom: 55px;
	font-style: italic;
}
	
#footer p {
	text-align: left;
	color: #c98490;
	font-size: 12px;
}

#footertext {
	width: 910px;
	margin: 10px auto;
}


#footertablediv {
	width: 800px;
	margin: 10px auto;
}

#copyright {
	margin: 30px auto 10px auto;
	width: 470px;
}


#nav {	
	width:1052px;
	padding: 0;
	margin: -50px auto 10px auto;
}

#navtable {
	margin: 5px 0 0 175px;
	padding: 0;
	
}

#navtable a:active {outline: none;}

#navtable td {
	padding: 0 20px 10px 0;
	
}

#navtable td img {
	padding: 0 0 0 0;
}

#bm {margin-top: 30px;}


#socialIcons {
	text-align: center;
	padding: 10px 0;
}


.footerlinks {color: #c98490;}

.footerlinks ul {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

.footerlinks ul li {display: inline;}

.footerlinks ul li a {
	text-decoration: none;
	padding: .2em .2em .2em 0;
	color: #c98490;
	font-size: 12px;
}

.footerlinks ul li a:hover {
	color: #fff;
	font-size: 12px;
}

.sep {
	margin: 0 auto;
	width:1052px;
}

/*#nav {	
	width:910px;
	padding: 0;
	margin: -50px auto 10px auto;
}

#navtable {
	margin: 10px auto 10px auto;
	padding: 0;
	
}*/
