body{
	font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
	margin:0;
	padding:0;
	background-color:#333333;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 0;
}
#stage,
#target {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 0;
}
header {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100px;
	z-index: 5;
}

header .carouselcaption {
	position: absolute;
	top: 0;
	right: 0;
	color: #f6f6f6;
	display: block;
	margin: 0;
	padding: 16px 24px;
	text-align: center;
}
.carouselcaption em {
	font-size: 18px;
	font-style: normal;
}
.carouselcaption span.desc {
	text-transform: uppercase;
}

#logo {
	position: absolute;
	bottom: 10vh;
	right: 10vw;
	width: 20vw;
	z-index: 1;
}

#logo img {
	width: 100%;
	height: auto;
}

footer
{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100px;
	z-index: 5;
}
#toplinks
{
	position: relative;
	width: 980px;
	height: 160px;
	margin: 0 auto;
}
#mtness{}

