* { 
    margin: 0; 
    padding: 0;
    border: hidden; 
}

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

#box { 
	background-color: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: inherit;
    width: 610px;
    height: 560px;
    padding-top: 30px;
	
}
#box2 { 
	background-color: red;
    margin-left: auto;
    margin-right: auto;
    margin-top: relative;
    width: 610px;
    height: 50px;
    padding-top: 50px;
	
}
#cornerad{
	position: absolute;
	background-image:url('images/gefhome.png');
	height: 8px;
	width: 8px;
	position: 0,0;
}

	
img {
	border: none;
	padding: 0px;
	margin: auto;
	}
.bar{
	width: 634px;
	height:106px;
	margin: auto;
	padding: 0px;
	border: none;
	}
.float{
	float:right;
	}
.clear{
	clear: both;
	}


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


