html { 
  background: url(images/bg5.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body
{
	margin:0;
	padding:0;
}
@font-face {
    font-family: 'bebas_neueregular';
    src: url('BebasNeue-webfont.eot');
    src: url('BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('BebasNeue-webfont.woff') format('woff'),
         url('BebasNeue-webfont.ttf') format('truetype'),
         url('BebasNeue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


#container
{   width:1024px;
    min-width:1024px;
    margin:0 auto;
    margin-top:50px;
}
#left
{
	width:720px;
        height: 437px;
	margin:0 auto;
	margin-bottom:40px;
}


#embed-container iframe,
#embed-container object,
#embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.split
{
        margin:0 auto;
	height:130px;
	width:600px;
}

.split .right
{
	width:50%;
	float:right;
        
}
.split .left
{
    
	float:left;
	width:50%;
}
.hidden { display: none; }