* {
    padding:0;
    margin:0;
    font-family:sans-serif;
    font-weight:100;
    font-size:14px;
}
body {
    background:#c6bad0 url(img/bg.gif) repeat-x;
}
img {
    border:0;
}
a {
    text-decoration:none;
    font-weight:bold;
    color:#900bff;
}
a:hover {
    color:#ff0000;
}
h2 {
    color:#900bff;
    font-size:30px;
    font-weight:bold;
}
p {
    color:#900bff;
    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 {
}
#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 #b79eca;
}
#body div.movie a:hover img {
    border-color:#ff0000;
}
#footer {
    text-align:center;
    background-color:#b79eca;
    padding:10px 0;
}
#footer div.button {
    margin-top:10px;
}
#footer div.button a {
    font-size:20px;
}
#sites {
    margin-top:10px;
}