html, body {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

html {
	width: 100%;
	height: 100%;
	background-color: #000000;
}

body {
	width: 100%;
	height: 100%;
	padding: 0px;
}
body > div {
	overflow: hidden;
	margin: auto;
	width: 100%;
	height: 100%;
	background: url(../img/gamindustri.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}

div.shareBox {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 500px;
	height: 330px;
	margin: 0px;
	padding: 0px;
}

div.sbForeground, div.sbBackground{
	width: 500px;
	height: 330px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
}

div.sbForeground {
	background: url(../img/share_border_overlay.png);
	z-index: 3;
}
div.sbBackground {
	background: url(../img/share_bg.png);
	z-index: 1;
}
div.sbLabel {
	color: white;
	z-index: 4;
	position: absolute;
	display: inline-block;
	font-size: 30px;
	font-family: Calibri;
	letter-spacing: 1px;
	padding: 0px;
	margin: 0px;
}
div.sbLabel.sbll {
	left: 149px;	
}
div.sbLabel.sblr {
	right: 35px;
	width: 70px;
	text-align: right;
	padding-top: 8px;
	font-size: 22px;	
}

div.sbLabel#lbl0, div.sbLabel#lbr0 {
	top: 25px;
}
div.sbLabel#lbl1, div.sbLabel#lbr1 {
	top: 100px;
}
div.sbLabel#lbl2, div.sbLabel#lbr2 {
	top: 175px;
}
div.sbLabel#lbl3, div.sbLabel#lbr3 {
	top: 250px;
}

div.sbTopIcon {
	display: none;
	position: absolute;
	z-index: 2;
	left: 9px;
	width: 64px;
	height: 64px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url(../img/share_top.png);
}
div.sbTopIcon#stp0 {
	top: 22px;
}
div.sbTopIcon#stp1 {
	top: 97px;
}
div.sbTopIcon#stp2 {
	top: 172px;
}
div.sbTopIcon#stp3 {
	top: 247px;
}

div.sbShareBar {
	position: absolute;
	z-index: 2;
	left: 153px;
	height: 9px;
	width: 0px;
	display: block;
	background-repeat: repeat-x;
	background-size: 1px 9px;
	border: 1px solid black;
	border-radius: 5px;
}
div.sbShareBar#sbr0 {
	top: 64px;
	background-image: url(../img/share_bar_pt.png);
}
div.sbShareBar#sbr1 {
	top: 139px;
	background-image: url(../img/share_bar_ls.png);
}
div.sbShareBar#sbr2 {
	top: 214px;
	background-image: url(../img/share_bar_lw.png);
}
div.sbShareBar#sbr3 {
	top: 289px;
	background-image: url(../img/share_bar_lb.png);
}

div.timePanel {
	position: absolute;
	top: 20px;
	left: 20px;
	background-repeat: no-repeat;
	background-size: 160px 80px;
	background-image: url(../img/time_panel.png);
	width: 160px;
	height: 80px;
	display: block;
}

div.timePanel div {
	color: white;
	font-family: Calibri;
	font-weight: bold;	
	font-size: 20px;
	position: absolute;
	width: 108px;
	left: 26px;
	height: 20px;
	text-align: center;
	display: inline-block;
}
div.timePanel div#timeDisplay {
	top: 15px;
}
div.timePanel div#dateDisplay {
	top: 40px;
}