@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: "GothamLight";
    src: url(Gotham-Light.otf);	
}
a
{
	text-decoration:none;
	color:#acacac;	
}
h1
{
	font-weight:lighter;
	margin:30px 0px;
	font-size:27px;
	text-transform:uppercase;	
}
h2
{
	margin-top:25px;
	font-weight:lighter;	
	font-size:20px;	
	text-transform:uppercase;	
}
body
{
	margin:0px;
	padding:0px;
	font-family:"GothamLight", Georgia,  Times, serif;
	color:#828685;
	font-size:14px;
}
#wrapper
{
	width:900px;
	position:relative;
	overflow:hidden;
}
#bgimg
{
	position:absolute;
	z-index:200;
	display:none;	
}
#menucontainer
{
	position:absolute;
	width:400px;
	height:550px;
	z-index:250;
	top:50%;
	margin-top:-275px;
	right:10%;
	display:none;
}
#loadingdiv
{
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-50px;
	margin-left:-50px;
	width:100px;
	height:100px;
	background-image:url(./images/loading.gif);
	background-repeat:no-repeat;
	background-position:center center;
}