body{
    background: url('bg.png');
    padding: 0px;
    margin: 0px;
    font-family: arial;
}


#wide{
    background: url('main_bg.png');
    width: 100%;
    height: 744px;
    text-align: center;
}

#main{
    width: 820px;
    margin: auto;
    text-align: left;
    position: relative;
}

#menu{
    width: 100%;
    height: 50px;
    margin-bottom: 0px;
}

    #menu a{
        display: block;
        float: right;
        margin: 14px 0px 14px 28px;
        color: #555555;
        font-size: 16px;
        text-decoration: none;
    }
    
    #menu a:hover{color: #3366cc;}
 
 
 
a#logo{
    display: block;
    width: 416px;
    height: 83px;
    background: url('logo.gif');
    margin-top: 15px;
}

 
a#button{
    margin: 30px 60px 0px 50px;
    display: block;
    width: 255px;
    height: 65px;
    background: url('button.png');
    text-decoration: none;
}

a#button:hover{background: url('button_hover.png');}

a#poster{
    display: block;
    width: 345px; height: 345px;
    background: url('poster.png');
    position: absolute;
    left: 470px;
    top: 60px;
}

#fileDesc{
    margin-left: 60px;
    width: 255px;
    border-top: 1px solid #dadada;
    margin-top: 7px;
    font-size: 10px;
}

#fileDesc td{font-size: 10px;}

ul{
    list-style-image: url('arrow.png');
    font-size: 24px;
    color: #666666;
    margin-top: 50px;
    padding-left: 15px;
}

ul li{margin-top: 15px;}
ul li:hover{color: #3366cc;}

ul li span{
    font-size: 16px; color: #222222;
    position: relative; bottom: 4px;
}


div.box{
    width: 253px;
    float: left;
    margin: 20px 10px 0px 10px;
}

div.box h2{
    font-weight: normal;
    color: #545454;
}

div.box img{position: relative; top: 8px;}

div.box p{
    line-height: 1.3em;
    text-align: justify;
    font-size: 13px;
    color: black;
    width: 250px;
}


div#screens{
    width: 335px;
    height: 95px;
    background: url('shots.png');
    position: absolute;
    left:485px;
    top: 425px;
}

    div#screens table{
        width: 320px;
        margin-left: 10px;
        margin-top: 12px;
    }

div#rate{
    width: 138px;
    height: 119px;
    background: url('rate.png');
    position: absolute;
    top: 0px; left: 0px;
}

#info p{
    width: 400px;
    margin: 10px 15px 20px 15px;
    font-size: 14px;
    color: #434343;
}

#info h2{
    margin-left: 10px;
}

#info img{
margin-right: 10px;
}

