#leftbox{
 position: absolute;
 top:550px;
 margin-left:-270px;
 width:233px;
 height:300px;
 background:url(images/bg_leftbox.png) no-repeat 0 0;
 text-align:center;
}
#leftbox #button{
    position: absolute;
    top:0;
    left:0;
    width:233px;
    height:300px;
    cursor:pointer;
}

#centerbox {
 display: block;
 position: absolute;
 /*
 top: 50%;
 left: 50%;
 margin: -265px 0px 0px -480px;
 width: 960px;
 height: 530px;
 */
 top:150px;
 right:0;
 bottom:0;
 left:0;
 text-align:center;
}
#centerbox2{
 display: block;
 position: absolute;
 top:0;
 right:0;
 bottom:0;
 left:0;
 filter:alpha(opacity=80);
 opacity: 0.8;
 -moz-opacity:0.8;
 background-color:#000;
}
#centerbox embed{
/* margin-top:130px;*/
}
