/* background setup */
.background {
    background-repeat:no-repeat;
    /* custom background-position */
    background-position:50% 50%;
    /* ie8- graceful degradation */
    background-position:50% 50%\9 !important;
}

/* fullscreen setup */
html, body {
    /* give this to all tags from html to .fullscreen */
    height:100%;
	background-color: #000000;
}
.fullscreen,
.content-a {
    width:100%;
    min-height:100%;
}
.not-fullscreen,
.not-fullscreen .content-a,
.fullscreen.not-overflow,
.fullscreen.not-overflow .content-a {
    height:100%;
    overflow:hidden;
}

/* content centering styles */
.content-a {
	display:table;
}
.content-b {
	display:table-cell;
    position:relative;
	vertical-align:middle;
	text-align:center;
}

/* visual styles */
body{
    margin:0;
    font-family:sans-serif;
    font-size:28px;
    line-height:100px;
	color:#ffffff;
    text-align:center;
}
section {
	background:#9ed100;
}
.not-fullscreen {
    height:50%;
}

h1 {
	font: Futura, 'KievitOT-Regular', Helvetica, sans-serif;
	color: #9e9d9d;
	margin-bottom: 6px;
	text-align: center;
	font-size: 5vw;  
	text-transform: uppercase;
}

h3 {
	font: Futura, 'KievitOT-Regular', Helvetica, sans-serif;
	color: #a7a5a5;
	text-align: center;
	font-size: 4.5vw;
	margin-bottom: -10px;
	text-transform: uppercase;
}

#skyview_banner {
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 287px;
	height: 239x;
}

#skyview_icon {
	margin-top: 30px;
}

#top {
	margin-left: auto;
	margin-right: auto;
	width: 178px;
	height:  62px;
	position: relative;
}

#bottom {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 172px;
	height: 60px;
}

/* @end */
