html {
    overflow-y: scroll;
}

html, body {
    width: 100%;
    height: 100%;
    
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    
    color: #2c2c2c;
    line-height: 150%;
    
    margin: 0;
    padding: 0;
    background-color: #959595;
}

#containerAll {
    background: url('../startpage/page.jpg') repeat-x top #959595;
    text-align: center;
}

/* Common elements */
.cleaner {
    clear: both;
    margin: 0px;
    padding: 0px;
}

#welcome_box, #content {
    text-align: left;
    margin: 0 auto 0 auto;
}

#content {
    width: 967px;
}

#content_top_startpage,
#content_top {
    padding: 15px;
    background: url(../startpage/content_top.gif) top left no-repeat transparent;
}

#content_top_startpage {
    background: url(../startpage/content_top_startpage.gif) top left no-repeat transparent;
}

#content_fade_startpage,
#content_fade {
    background: url(../startpage/content_fade.gif) top left no-repeat transparent;
}

#content_fade_startpage {
    background: url(../startpage/content_fade_startpage.gif) top left no-repeat transparent;
}

#content {
    margin-top: 15px;
    background: url(../startpage/content.gif) top left repeat-y grey;
}



#content_bottom {
    background: url(../startpage/content_bottom.gif) bottom left no-repeat transparent;
}



/* Content elements */
#welcome_box {
    width: 967px;
    height: 96px;
    margin-top: 5px;
    
    text-indent: -999em;
    background: url(../startpage/welcome.jpg) top left no-repeat transparent;
}

