#page {
    /*background: none repeat scroll 0 0 #808080;*/
    margin: 0 auto 400px;
    min-height: 1000px;
    width: 1000px;
}




#page #mainMedia {
    background: none repeat scroll 0 0 red;
    height: 558px;
    }
    
.flashWrapper {
    height: 550px;
    width: 978px;
    
}

body.drone-player .flashWrapper{
  height:100%;
  width:100%;
}
body.drone-player {
  background-color:#000;
  height:100%;
  width:100%;
  min-width:100%;

}

.drone-sharer {
  position:absolute;
  background-image: url("../../img/david-test/paterns/000000transp.gif");
  background-attachment: fixed;
  width:100%;
  height:550px; 
  top:0;
  left:0;
  display:none;
}

body.drone-player .drone-sharer {
  height:100%;
}

.drone-sharer .win {
  margin-top:60px;
  width:300px;
  padding:28px;
  position:absolute;
  right:50%;
  margin-right:-176px;
  top:0;
  background:#000;
}

.sharing .drone-sharer {
  display:block;
}

.drone-sharer .block {
  padding-bottom:10px;
  margin-bottom:5px;
}

.sharing .embeder {
  width:100%;
  height:92px;
  overflow:hidden;
  font-size:10px;
  background:#333;
  color:#fff;
  font-family:Courier, monospace;
  font-weight:bold;
}

.sharing #mainMediaFlash {
    /*background: none repeat scroll 0 0 #030;*/
    /*margin-top:60px;
    height: 66%;
    width: 66%;*/

}

#mainMediaFlash {
    /*background: none repeat scroll 0 0 #030;*/
    height: 100%;
    width: 100%;
}

#page #sideBar {
    /*background: none repeat scroll 0 0 #FFFF00;*/
    float: left;
    min-height: 505px;
    /*width: 320px;*/
    overflow: hidden;
}



#content {
}

#page #content {
    float: left;
    position: relative;  
    z-index: 100;
   
}
#page #content > .block{
    /*-moz-box-shadow:0px 0px 5px #000000;
    -webkit-box-shadow:0px 0px 5px #000000;
    box-shadow:0px 0px 5px #000000;*/
    margin-bottom: 36px;
    padding: 18px 10px 18px 10px;
    min-height: 1000px;
    /*background-attachment: fixed;
    background-image: url("../../img/david-test/paterns/tresclair.jpg");*/
    background-color: #fff;
    display: inline-block;
    width: 648px;
    border:1px solid #e0e0e0;
}
.content_home{
   margin-left: 0px;
   clear:both;
}

#page #content.content_home > .block{
   min-height: 200px;
    width: 980px;
}
.content_article{
   margin-top:-450px;
   /*width: 670px;*/
}

.content_video{
   margin-top: -20px;
   margin-left: 0px;
   position:relative;
   z-index:30;
/*   width: 670px;*/
}

.sideBar_video{
   width:330px;
   height: auto;
}
.sideBar_article{
   height: auto;
}
.sideBar_home{
   width:0px;
   height: 300px;
   }


#page #content #videos_all{
    width: 670px;
}


.body_home #w-subfooter {

}




.fullWrap {
    display: block;
    float: left;
    width: 100%;
    background-color:#fafafa; 
}