html {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    line-height: 1.4em;

    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center top;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

table{
	padding-top: 20px;	
}
td{
	vertical-align: top;
	font-size: 10pt;
	
}

#all {
    position: relative;
    height: 100%;
    min-height: 100%;
}

#content {
    width: 800px;
    min-height: 480px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0 0 0;
}

#header, #footer {
    background-color: #ba9652;
    height: 4em;
}

html>body #all {
    height: auto;
}

#header div{
    position: absolute;
    width: 98%;
	 margin: 15px 10px 10px 0px;
    text-align: right;

    font: bold 110% Verdana, Helvetica;
    color: #ffffff;
}

#footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;

    text-align: right;

    font: 1em Verdana, sans-serif;
    color: #ffffff;
}

#footer div {
    margin: 1em 20px;    
}

#footer, #empty {
    height: 4em;
}

img.logo {
    margin-bottom: 5em;
}

img.logo.underconstruction{
    display: block;

    position: absolute;
    left: 50%;
    top: 50%;

    margin-left: -243px;
    margin-top: -161px;
}

a img{
	border: none;
	margin-left: 10px;
   margin-top: 10px;
}

br.clear {
    clear: both;
}