
* { 
    margin: 0; 
    padding: 0; 
}

html, body, #bg, #bg table, #bg td, #cont {
    height:100%;
    width:100%;
    overflow:hidden;
    font-family: Arial, Helvetica;
    font-size: 12px;
}

#bg { 
    position: fixed; 
}

#bg div {
    height:200%;
    left: -50%;
    position:absolute;
    top:-50%;
    width:200%;
}

#bg td {
    text-align:center;
    vertical-align:middle;
}

#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}

#cont {
    position:absolute;
    top:0;left:0;
    z-index:70;
    overflow:auto;
}

.header { 
    margin: 0 auto; 
    width: 820px;
    padding: 20px;
    font: 12px/1.8 Arial, Serif;

}
.homeimage { 
    margin: 0 auto; 
    width: 820px;
    padding: 0 px;
	margin-bottom:20px;
}



.box { 
    margin: 0 auto; 
    width: 780px;
    padding: 20px;
    background: white;   
    padding-bottom:30px;
    font: 12px/1.8 Arial, Serif;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;

}




#focus-stealer      { position: absolute; left: -9999px; }


/*Header Menu Links*/
A.headerlink {
        font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight: normal;
	text-decoration:none;
	color:#f4f4f4;
}

A.headerlink:link {
	text-decoration:none;
	color:#f4f4f4;
}
A.headerlink:visited {
	text-decoration:none;
	color:#f4f4f4;
}
A.headerlink:hover {
	color:#f4f4f4;
	text-decoration:underline;
}

