* {
    padding:0;
    margin:0;
    font-family:sans-serif;
    font-weight:100;
    font-size:12px;
}
body {
    background:#eed79a url(img/bg.gif) repeat-x;
}
img {
    border:0;
}
a {
    text-decoration:none;
    font-weight:bold;
    color:#be6f15;
}
a:hover {
    color:#975a14;
}
h2 {
    color:#be6f15;
    font-size:30px;
    font-weight:bold;
}
p {
    color:#be6f15;
    font-size:20px;
    font-weight:100;
}
.clear {
    clear:both;
}
div.button {
    text-align:center;
}
#main {
    margin:0 auto;
    margin-left:expression(this.parentNode.offsetWidth>this.offsetWidth?((this.parentNode.offsetWidth-this.offsetWidth)/2+"px"):"0");
    width:708px;
}
#header {
    text-align:center;
}
#body {
    background-color:#f6eaa8;
}
#body div.movie {
    float:left;
    text-align:right;
    width:320px;
    margin:20px 10px 10px 20px;
}
#body div.movie.r {
    margin:20px 20px 10px 10px;
}
#body div.movie a img {
    border:2px solid #f9c386;
}
#body div.movie a:hover img {
    border-color:#be6f15;
}
#footer {
    text-align:center;
    background-color:#f6eaa8;
    padding:10px 0;
}
#footer div.button {
    margin-top:10px;
}
#footer div.button a {
    font-size:20px;
}
#sites {
    margin-top:10px;
}