@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: AvantGB;
	src: url('../fonts/AvantGarde-Book.TTF'),
    url('../fonts/AvantGarde-Book.eot') format("opentype"); /* IE */
	font-weight:normal;
}

@font-face {
	font-family: AvantGB-O;
	src: url('../fonts/AvantGarde-Oblique.TTF'),
    url('../fonts/AvantGarde-Oblique.eot') format("opentype"); /* IE */
	font-weight:normal;
}

* {margin:0;padding:0}

html {
	height: 100%;
}

body {
	margin:0;
	padding:0;
	background-color:#0d161f;
	background-image:url('../img/splash-bg-2013.jpg');
	background-position:top center;
	background-repeat:no-repeat;
	height:100%;
	overflow:hidden;
}

img {
	border:none;
	background-color:transparent;
	display:inline-block;
}

.container{
	height: auto !important;
	height:100%;
	position:relative;
	align:center;

}

.body {clear: both; margin: 0 auto; width: 350px;}

#mid-text{
	margin-top:15%;
	padding-top:15px;
	height:150px;
	text-align:center;
	background-color:#0d161f;
	opacity: .9;
  filter: alpha(opacity=90);
	display:none;
}

a{
	display:inline-block;
	vertical-align:top;
	padding-top:25px;
}

a, a:active, a:link, a:visited{
	text-decoration:none:
}


h1{
	display:inline-block;
	text-align:center;
	font-family:"AvantGB", AvantGB, sans-serif;
	font-size:48px;
	font-weight:bold;
	color:#ffffff;
	text-transform:uppercase;
	margin-bottom:10px;
}

h5{
	text-align:center;
	font-family:"AvantGB", AvantGB, sans-serif;
	font-size:12px;
	color:#a4a4a4;
	text-transform:uppercase;
	display:inline-block;
	padding:0px 20px;
	text-decoration:none;
}
	

/* Clearing Floats*/
	#clearfix {content: "."; display: block; height: 0; clear: both; visibility: hidden; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;}
	* html .clearfix {height: 1%;}
