

html, body {
	width:100%;
	height:100%;
	padding:0;
    margin:0;
    }

div#bgImg {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:0;
}
div#bgImg div {
	position:fixed;
    top:0;
    left:0;
	width:100%;
    height:100%;
	background-image:url(/sys/images/common/bg1.jpg);
    background-repeat:no-repeat;
    background-size:cover;
	background-attachment:fixed;
    display:none;
    z-index:4;
    }
div#bgImg #bgImgOverlay {
	position:fixed;
    top:0;
    left:0;
	width:100%;
    height:100%;
    z-index:5;
    background-image:url(/sys/images/common/bg_overlay.png);
    background-repeat:no-repeat;
    background-size:cover;
	background-attachment:fixed;
    }
    
    
            
#contentContainer {
	width:1000px;
    margin:auto;
    position:relative;
    margin-top:32px;
	background-image:url(/sys/images/common/content_repeat.png);
    background-repeat:repeat-y;
    overflow:auto;    
    }

table.content {
	border-collapse:collapse;
    position:relative;
    top:-12px;
    }
table.content td {
	vertical-align:top;
    }
    
#wkhMenu1Container {
    width:198px;
    margin-left:50px;
    margin-right:40px;
    z-index:100;
    }    

#contentArea {
	width:640px;
    margin-top:8px;
    margin-left:2px;
    }

#footerContainer {
	width:1000px;
    margin:auto;
    min-height:200px;
	background-image:url(/sys/images/common/content_footer.png);
    background-position:top;
    background-repeat:no-repeat;
    position:relative;
    z-index:100;
    }    
table.footer {
	border-collapse:collapse;
    }
table.footer td {    
	padding:40px 15px 0 15px;
    width:210px;
    vertical-align:top;
    }

table.footer td:first-child {
	padding-left:40px;
    width:200px;
    }

#footerContainer * {
	font-family:varela;
    font-size:11px;
    color:#e4e0da;
    }
#footerContainer h1 {
    font-size:13px;
    margin-bottom:5px;
    }
#footerContainer hr {    
    color:#68635a;
    background:#68635a;
    border-color:#68635a;
    }
#footerContainer a {    
    color:#d2ad6d;
    }
    
