* { 
    margin: 0; 
    padding: 0; 
}

html, body, #bg, #bg table, #bg td, #cont {
    height:100%;
    width:100%;
    overflow:hidden;
	
}

#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:0px;
	left:0px;
	z-index:70;
	overflow:auto;
}

.box { 
    width: 950px;
    padding-left: 140px;
    background: none;
	padding-top: 28%; 
}

.header { 
    width: 500px;
    padding-left: 40px;
    background: none;
	padding-top: 4%; 
}

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


.info { 
	color:#fff;
	font: small "Lucida Grande", Arial, sans-serif;
	font-size: 12px;
}

.info a, .info a:active, .info a:link, .info a:visited {
	color:#fff; 
}

.info a:hover {
	font-weight:bold;
	color:#fff;
}



.exh { 
	color:#3CF;
	font: small "Arial", sans-serif;
	font-size: 12px;
}

.exh a, .exh a:active, .exh a:link, .exh a:visited {
	color:#3CF; 
}

.exh a:hover {
	font-weight:normal;
	color:#3FF;
}



a {
	text-decoration:none;
}



