@charset "UTF-8";
body{
	margin:0;
	padding:0;
	text-align:center;
}
#menu{
	width:100%;
	height:116px;
	position:fixed;
	bottom:0px;
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	background-position: center;
	text-align:center;
	z-index:999;
}

.dropmenu{
		display:none;
		width:60px;
		height:60px;
		position:fixed;
		top:0px;
		text-align:center;
		z-index:190;
}
.mobilemenu{
		position:fixed;
		left:0;
		top:0;
		margin-left:10px;
		margin-top:10px;
		width:60px;
		height:60px;
		display:none;
		background: url('../images/mobilemenuicon.png') top left no-repeat;
		z-index:200;
	}
#links{
	width:885px;
	margin: 0 auto;
	margin-top:85px;
	}
#leftlinks{
	float:left;
	}
#rightlinks{
	float:right;
	margin-right:5px;
	}
#social {
	position:fixed;
	top:0px;
	left:0px;
	text-align:left;
	padding:10px;
	z-index:150;
	}
* { margin:0; padding:0; }
body { background:#111; }
	img{ border:none; }
	
	#supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background-color:#111; background:rgba(0,0,0,0.8) url(../img/progress.gif) no-repeat center center; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;}
	
	#supersized { position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%;z-index:0; }
		#supersized img{ width:auto; height:auto; position:relative; display:none; outline:none; border:none;z-index:0; }
			#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges;z-index:0; }	/*Speed*/
			#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; z-index:0;}			/*Quality*/
		
		#supersized a { z-index:-30; position:absolute; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111;}
			#supersized a.prevslide { z-index:-20; }
			#supersized a.activeslide { z-index:-10; }
			#supersized a.prevslide img, #supersized a.activeslide img{ display:inline; }
