/* 
    Document   : main
    Created on : 24.03.2010, 17:39:03
    Author     : dominik heussen
*/

@import url("reset.css");
@import url("header.css");
@import url("flash.css");
@import url("content.css");
@import url("footer.css");

root { 
    display: block;
}

html, body {
    height: 100%;
    background-image: url(../images/bg.jpg);
}

.spacer{
    clear:both;
}
