@charset "utf-8";
/* CSS Document */

body{
margin:0;
padding:0;
background:url(../images/mainbg.jpg) top center no-repeat #000;
outline:none;
}
:focus {
outline: 0;
} 

#wrapper{
width:100%;
text-align:center;
height:780px;
background:transparent;
margin:10px auto 0 auto;
outline:none;
outline-style:none;

}
#wrapper #mainmovie{
width:980px;
margin:0 auto 0 auto;
padding:0;
z-index:1;
outline:none;
}

