/* CSS Document */

.container {
width: 900px;
margin-left:auto;
margin-right:auto;
position:relative;
}

.nav {
width: 169px;
height: 486px;
background-image: url(images/nav-bg.jpg);
position:absolute;
left: 8px;
top: 203px;
}

.footer {
width: 883px;
height: 22px;
padding-top: 4px;
background-image: url(images/foot-bar.gif);
position:absolute;
left: 8px;
top: 701px;
}

.maincontainer {
position: absolute;
top: 203px;
left: 185px;
background-repeat:no-repeat;
background-position:bottom;
width: 706px;
height: 486px;
}

.video {
position: absolute;
top: 0px;
right: 8px;
width: 320px;
height: 240px;
}

