* {
	padding			:0px;
	margin			:0px;
	font-family     :Arial;
	font-size       :11px;
	color           :#333333;
	line-height     :17px;
}
img {
	border			:0px;
}
p, ul, ol {
	margin-bottom	:20px;
}
li, dd, blockquote {
	margin-left		:20px;
}
html {
    height          :100%;
}
body {
    background-image:url('/Images/Background.png');
    background-position:center top;
    height          :100%;
}
    div#Body {
        width           :991px;
        min-height      :100%;
        margin          :0px auto;
        background-image:url('/Images/Propje.png');
        background-position:right 720px;
        background-repeat:no-repeat;
    }
        div#Header {
            position        :relative;
            height          :120px;
        }
            div#Logo {
                position        :absolute;
                left            :20px;
                top             :10px;
            }
            div#TopText {
                position        :absolute;
                top             :35px;
                right           :0px;
            }
            ul#Menu {
                position        :absolute;
                left            :20px;
                bottom          :0px;
                margin          :0px;
                display         :block;
                line-height     :33px;
            }
                ul#Menu li {
                    display         :block;
                    float           :left;
                    width           :136px;
                    height          :33px;
                    margin          :0px;
                    line-height     :33px;
                    text-align      :center;
                    background-image:url('/Images/Menu.png');
                }
                ul#Menu li.Active {
                    background-image:url('/Images/MenuActive.png');
                }
                    ul#Menu li a {
                        color           :#FFFFFF;
                        font-weight     :bold;
                        text-decoration :none;
                        text-transform  :uppercase;
                        line-height     :33px;
                    }
                    ul#Menu li a:hover {
                        text-decoration :underline;
                    }
        div#Middle {
            height          :506px;
        }
            div#Content {
                background-image:url('/Images/Content.png');
                background-repeat:no-repeat;
                width           :991px;
                height          :494px;
                padding         :12px 24px 0px 13px;
            }
        div#Footer {
            position        :relative;
            background-image:url('/Images/Footer.png');
            background-repeat:no-repeat;
            height          :320px;
        }
            div#FooterContent {
                position        :relative;
                left            :30px;
                top             :30px;
                width           :650px;
                height          :220px;
                overflow        :hidden;
            }
            div#Social {
                position        :absolute;
                right           :20px;
                top             :40px;
            }
