body {
background: url(images/bg.png) 45px 80px;
}
#container{
position: relative;
width: 906px;
margin: 0 auto;
}
#thumbs{
position: absolute;
top: 35%;
left: 30%;
}
#thumbs table td{
width: 100px;
height: 100px;
padding: 10px;
text-align: center;
}
#thumbs img.vertical{
border: none;
height: 100px;
}
#thumbs img.horizontal{
border: none;
width: 100px;
}
.video{
position: absolute;
top: 110px;
left: 140px;
}