.control{
background:url(../images/metal_bg.png) repeat-x;
margin:0px;
height:32px;
overflow:hidden;
}
.controlBody{
height:32px;
float:left;
vertical-align:middle;
width:423px;
}
.controlBody img{
margin:0px 6px;
}
.controlLeft{
background:url(../images/left_bg.png) no-repeat;
width:5px;
height:32px;
float:left;
}
.controlRight{
background:url(../images/right_bg.png) no-repeat;
width:4px;
height:32px;
float:right;
}

#screenshot{
background-position:center;
background-repeat:no-repeat;
width:430px;
height:340px;
top:0px;
left:0px;
position:absolute;
z-index:9999;
}


