body{
	margin:0;
	padding:0;
}

#bonus-video{
	position: absolute;
	z-index: 99998;
	width: 720px;
	height: 400px;
	top: 83px;
	left: 18px;
	background-color: #000;
	border:1px solid #ff0000;
}

#fb_share{
width: 90px;
height: 25px;
cursor: pointer;
background-image: url('../img/fb_share.png');
background-position: center center;
background-repeat: no-repeat;
float: left;
background-size: 79px;
position: relative;
top: -3px;
margin-right: 6px;
margin-left: -3px;
}

#bonus-video #bonus-close{
	width: 31px;
	height: 31px;
	z-index: 99999;
	cursor: pointer;
	position: absolute;
	left: 100%;
	margin-left: -31px;
	margin-top:-3px;
        background-image:url('../img/close.png');
        background-position:center center;
        background-repeat:no-repeat;
}

#bonus-video #bonus-share{
	width: 120px;
	height: 31px;
	z-index: 99999;
	cursor: pointer;
	position: absolute;
	left: 100%;
	margin-left: -151px;
	margin-top:-3px;
        background-image:url('../img/extra-share.png');
        background-position:center center;
        background-repeat:no-repeat;
}

#wrapper{
        width:760px;
        height:505px;
        background-color:#000;
        background-image:url('../img/wir-bg.png');
        background-position:center center;
        background-repeat:no-repeat;
}

#videoPlayer{
	position:absolute;
	z-index:777;
        background-image:url('../img/video-preload-satellite.gif');
        background-position:center center;
        background-repeat:no-repeat;
        background-color:#000;
        width:720px;
        height:400px;
        margin-left:18px;
        border:1px solid #ff0000;
}

#privacy{
	position:absolute;
	z-index:999;
	top:945px;
	left:0px;
	width:120px;
	height:20px;
	display:block;
}
#header{
	height:59px;
        width:760px;
        float:left;
        clear:left;
}
#player{
        width:760px;
        height:430px;
        padding-top:24px;
        float:left;
        clear:left;
}
#playerFrame{
}

#header #packlinks{
        float:right;
        width:531px;
        height:185px;
        background-image:url('../img/packlinks-bg.png');
        background-position:0px 26px;
        background-repeat:no-repeat;
        margin-top:3px;
}
#header #packlinks #buynow{
        width:121px;
        height:26px;
        float:left;
        margin-top:140px;
        margin-left:50px;
        display:block;
        background-image:url('../img/buynow.png');
        background-position:top left;
        background-repeat:no-repeat;
}

#header #packlinks #buynow:hover{
        width:121px;
        height:26px;
        float:left;
        margin-top:140px;
        margin-left:50px;
        display:block;
        background-image:url('../img/buynow_over.png');
        background-position:top left;
        background-repeat:no-repeat;
}
#header #packlinks #visitsite{
        width:121px;
        height:26px;
        float:left;
        margin-top:140px;
        display:block;
        margin-left:10px;
        background-image:url('../img/visitsite.png');
        background-position:top left;
        background-repeat:no-repeat;
}#header #packlinks #visitsite:hover{
        width:121px;
        height:26px;
        float:left;
        margin-top:140px;
        display:block;
        margin-left:10px;
        background-image:url('../img/visitsite_over.png');
        background-position:top left;
        background-repeat:no-repeat;
}

#social{
	float:left;
	width:210px;
	height:40px;
	margin-top:34px;
	margin-left:23px;
}

#videoToggle{
        margin-top:34px;
        margin-left:-10px;
        width:179px;
        height:23px;
        float:left;
        background-position:top left;
        background-repeat:no-repeat;
}

#videoToggle.video1{
        background-image:url('../img/video1-enabled-satellite.png');
}
#videoToggle.video2{
        background-image:url('../img/video2-enabled-satellite.png');
}

#video1{
        width:89px;
        height:23px;
        float:left;
        cursor:pointer;
}
#video2{
        width:89px;
        margin-left:1px;
        height:23px;
        float:left;
        cursor:pointer;
}
#bottom{
        width:765px;
        height:100px;
        float:left;
        clear:left;
        margin-left:23px;
}