* {
    padding:0;
    margin:0;
}
body {
    background:#000 url(images/bg-body.gif) repeat-x left top;
    color:#fff;
    font-family:helvetica,verdana,arial,sans-serif;
}
a {
    color:#ffffff;
    text-decoration:underline;
}
a:hover {
    color:#94aabb;
}
#root {
    background:#000 url(images/bg-root.jpg) no-repeat left top;
    width:950px;
    margin:0 auto 20px;
}
.video {
    height:400px;
    padding:265px 0 0;
    text-align:center;   
}
.resources {
    padding:0 100px;
}
.resources h1 {
color:#9ec84b;


}
.resources ul {
    list-style:none;
    margin:10px 0 0;
}
.resources li {
    float:left;
    width:375px;
}
#footer {
    background:#000 url(images/bg-footer.gif) repeat-x left top;
    height:36px;
    width:100%;
}
.clear {
    clear:both;
}