@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	width:100%;
	background-color: #000;
	font-family:'GothamBook', Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFF;
	letter-spacing:0.025em;
}
#wrapper {
	position:relative;
	width:100%;
	margin:0 auto;
}
#holder615x318 {
	position:absolute;
	z-index:1;
	height:318px;
	width:616px;
	left:50%;
	top:50%;
	margin:-159px 0 0 -308px;
	text-align:center;
}
#title {
	width:100%;
	height:268px;
	margin:0 auto;
}
#footer {
	width:100%;
	height:50px;
	margin:0 auto;
}
.gothambold15 {
	font-size:0.9375em;
	/*font-family:'GothamBold';*/
}
.gothambook12 {
	font-size:0.75em;
}
#bg {
	position: fixed;
	top: 0;
	left: 0;
}
p {
	padding:0 0 10px 0;
	margin:0;
}
a {
	color:#FFF;
	text-decoration:none;	
}
a:hover {
	border-bottom:dotted #FFF 1px;
}