body {
    text-align: center;
}
div.wrapper {
    position: relative;
    width: 748px;
    height: 360px;
    top: 54px;
    margin: auto;
    text-align: left;
}

div.logo {
    position: absolute;
    height: 54px;
    width: 747px;
    background: url(images/logo.gif);
}
div.logo h1 {
display: none;
}
div.sidebar {
    position: absolute;
    top: 54px;
    width: 72px;
    height: 261px;
    background: url(images/sidebar.gif); 
}
div.movie {
    position: absolute;
    top: 54px;
    left: 72px;
    width: 366px;
    height: 261px;
    background: url(images/movie.gif);
    
}
div.moviei {
    margin-top: 3px;
    margin-left: 2px;
}
div.contentbox {
    position: absolute;
    top: 54px;
    left: 438px;
    width: 309px;
    height: 261px;
    background: url(images/content.gif);
}
div.content {
    position: absolute;
    left: 20px;
    top: 10px;
    text-align: left;
}
table.mytable {
    line-height: 70px;
}
div.contentp {
    position: absolute;
    left: 20px;
    top: 10px;
}
button.subbut {
    width: 47px;
    height: 13px;
    border: none;
    margin-left: 150px;
    background: url(images/submit.gif) no-repeat;
}
button.subbutm {
    position: absolute;
    width: 44px;
    height: 20px;
    top: 13px;
    left: 170px;
    border: none;
    background: url(images/playdvd.gif);
}
input.contact {
    width: 130px;
}
textarea.message {
    height: 50px;
    width: 130px;
}

div.contentfront {
    position: absolute;
    top: 54px;
    left: 438px;
    width: 309px;
    height: 261px;
    background: url(images/contentfront.gif);
}
div.contentnews {
    position: absolute;
    top: 54px;
    left: 438px;
    width: 309px;
    height: 261px;
    background: url(images/contentnews.gif);
}
div.contactus {
    position: absolute;
    bottom: 5px;
    left: 85px;
    width: 143px;
    height: 79px;
    background: url(images/contactinfo.gif);
}
div.copyright {
    position:absolute;
    top: 315px;
    background: url(images/copyright.gif);
    width: 271px;
    height: 17px;
}
div.copyright span {
    display: none;
}
div.links {
    position: absolute;
    left: 530px;
    top: 313px;
}
div.links a {
    text-decoration: none;
}
