body {
	background-color: #000;	
	font-family: 'futura-pt';
	color:#FFF;
	
}
h1  {
font-weight: 700;	
}
.hoursdiv {
text-shadow: 1px 1px #000000;
font-size: 24px;
}

.vegas-loading {
	/* Loading Gif by http://preloaders.net/ */
	-moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px;
	background:#000 url(images/loading.gif) no-repeat center center;
	background:rgba(0, 0, 0, 0.7) url(images/loading.gif) no-repeat center center;
	height:32px;
	left:20px;
	position:fixed;
	top:20px;
	width:32px; 
	z-index:0;
}

.vegas-overlay {
	background:transparent url(overlays/02.png);
	opacity:0.5;
	z-index:-1;
}

.vegas-background {
	image-rendering: optimizeQuality;
	-ms-interpolation-mode: bicubic;
	z-index:-2;
    /* counteracts global img modification by twitter bootstrap library */
    max-width: none !important;
}

.outer { position:fixed; top:0; left:0; width:100%; height:100%; }
.middle { height:100%; display:table; margin:0 0 0 30px; }
.inner { vertical-align:middle; display:table-cell; text-align: left;}
.inner img {margin: 0 10px; }
a:link {color:#FFF; text-decoration:none;}      /* unvisited link */
a:visited {color:#FFF;text-decoration:none;}  /* visited link */
a:hover {color:#000;text-decoration:none;}  /* mouse over link */
a:active {color:#000;text-decoration:none;}  /* selected link */