img.bg {
        /* Set rules to fill background */
        min-height: 100%;
        min-width: 1920px;

        /* Set up proportionate scaling */
        width: 100%;
        height: auto;

        /* Set up positioning */
        position: fixed;
        top: 0;
        left: 0;
}

@media screen and (max-width: 1920px) { /* Specific to this particular image */
        img.bg {
                left: 50%;
                margin-left: -960px;   /* 50% */
				top: 50%;
				margin-top: -600px;
        }
}


@font-face {
    font-family: 'KlavikaRegular-Plain';
    src: url('klavikaregular-plain-webfont.eot');
    src: url('klavikaregular-plain-webfont.eot?#iefix') format('embedded-opentype'),
         url('klavikaregular-plain-webfont.woff') format('woff'),
         url('klavikaregular-plain-webfont.ttf') format('truetype'),
         url('klavikaregular-plain-webfont.svg#KlavikaRegularPlain') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Impact';
    src: url('impact.eot');
    src: url('impact.eot?#iefix') format('embedded-opentype'),
         url('impact.woff') format('woff'),
         url('impact.ttf') format('truetype'),
         url('impact.svg#impact') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	text-align: center;
	margin: 0px auto;
}

a:link {color: #abcdfb; text-decoration: none;}
a:visited {color: #abcdfb; text-decoration: none;}
a:hover {color: #ffcc33; text-decoration: none;}
a:active {color: #abcdfb; text-decoration: none;}

.wrapper {
	width: 1180px;
	min-width: 1180px;
	display: block;
	text-align: center;
	position: absolute;	
	top: 50px;
	left: 50%;
	margin-left: -590px;
	}
	
	
.wrapper-bk {
	width: 1180px;
	text-align: left;
	position: absolute;
	top: 50%;
	margin-top: -330px;
	left: 50%;
	margin-left: -590px;
	}
	
.socialmedia {
	width: 1180px;
	text-align: right;
	position: relative;
}

.nav {
	width: 225px;
	height: 510px;
	padding: 15px;
	margin-right: 13px;
	float: left;
	text-align: left;
	font-family: 'KlavikaRegular-Plain';
	font-size: 14px;
	color: #fff;
	line-height: 22px;
	background:url(images/bg-nav.png);
	background-repeat: no-repeat;
}

.nav a:link {color: #fff; text-decoration: none;}
.nav a:visited {color: #fff; text-decoration: none;}
.nav a:hover {color: #abcdfb; text-decoration: none;}
.nav a:active {color: #fff; text-decoration: none;}

.content {
	float: left;
	width: 896px;
	height: 524px;
	background-image: url(images/bg-content.png);
	background-repeat: no-repeat;
	padding: 8px;
}

.content-image {
	text-align: right;
	height: 526px;
}

.content-text {

	width: 248px;
	height: 505px;
	padding: 10px;
	float: right;
	text-align: left;
	font-family: Tahoma, Geneva, sans-serif;
	color: #fff;
	font-size: 0.75em;
	overflow: auto;
	line-height: 18px;
	z-index: 99;
	position: relative;
	top: -530px;
}

.content-text2 {
	width: 876;
	height: 485px;
	padding: 20px;
	float: right;
	text-align: left;
	font-family: Tahoma, Geneva, sans-serif;
	color: #fff;
	font-size: 0.75em;
	overflow: auto;
	line-height: 18px;
	z-index: 99;
	position: relative;
	top: -530px;
}

.content-text3 {
	width: 400;
	height: 485px;
	padding: 20px;
	float: right;
	text-align: left;
	font-family: Tahoma, Geneva, sans-serif;
	color: #fff;
	font-size: 0.8em;
	overflow: auto;
	line-height: 18px;
	z-index: 99;
	position: relative;
	top: -530px;
}

ul li {
	position: relative;
	left: -10px;
}

.content-text a:link {color: #abcdfb; text-decoration: none;}
.content-text a:visited {color: #abcdfb; text-decoration: none;}
.content-text a:hover {color: #ffcc33; text-decoration: none;}
.content-text a:active {color: #abcdfb; text-decoration: none;}

.content-text2 a:link {color: #0851b6; text-decoration: none;}
.content-text2 a:visited {color: #0851b6; text-decoration: none;}
.content-text2 a:hover {color: #7caef3; text-decoration: none;}
.content-text2 a:active {color: #0851b6; text-decoration: none;}

.footer {
	text-align: center;
}

.title {
	font-family: 'KlavikaRegular-Plain';
	color: #ffcc33;
	font-size: 18px;
	line-height: 20px;
}

.title2 {
	font-family: 'KlavikaRegular-Plain';
	font-size: 1.4em;
	color: #ffcc33;
}

.blue {
	color: #0851b6;
	font-size: 1.2em;
	font-weight: bold;
}

.yellow {
	color: #ffcc33;
}


#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:200;color:#fff;}
#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:999;text-align:left;visibility:hidden;display:none;}
#sb-overlay{position:relative;height:100%;width:100%;}
#sb-wrapper{position:absolute;visibility:hidden;width:100px;}
#sb-wrapper-inner{position:relative;border:1px solid #303030;overflow:hidden;height:100px;}
#sb-body{position:relative;height:100%;}
#sb-body-inner{position:absolute;height:100%;width:100%;}
#sb-player.html{height:100%;overflow:auto;}
#sb-body img{border:none;}
#sb-loading{position:relative;height:100%;}
#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}
#sb-loading-inner span{background:url(loading.gif) no-repeat;padding-left:34px;display:inline-block;}
#sb-body,#sb-loading{background-color:#060606;}
#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}
#sb-title,#sb-title-inner{height:26px;line-height:26px;}
#sb-title-inner{font-size:16px;}
#sb-info,#sb-info-inner{height:20px;line-height:20px;}
#sb-info-inner{font-size:12px;}
#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}
#sb-nav a{display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;background-repeat:no-repeat;}
#sb-nav-close{background-image:url(close.png);}
#sb-nav-next{background-image:url(next.png);}
#sb-nav-previous{background-image:url(previous.png);}
#sb-nav-play{background-image:url(play.png);}
#sb-nav-pause{background-image:url(pause.png);}
#sb-counter{float:left;width:45%;}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}



	
