
#container { 
    position:relative; 
} 
 
#img2 { 
    position: absolute; 
    left: 00px; 
    top: 167px; 
} 


/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/

* { 
    margin: 0; 
    padding: 0; 
}

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

#bg { 
    position: fixed; 
}

#bg div {
    height:400%;
    left:-150%;
    position:absolute;
    top:-150%;
    width:400%;
}

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

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

#cont {
    position:absolute;
    z-index:30;
    overflow:auto;

left:0px; top:0px;
	
	
}

.box { 
    margin: 0 auto; 
    width: 400px;
    padding: 50px;
    background: white; 
    padding-bottom:100px;
    font: 14px/2.8 Georgia, Serif;
}

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

#footer {
	position:absolute;
	bottom:0;
	left:12;
}
#sectioncontent {
	padding-left:60px;
	width:336px;
}

