/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/

* { 
    margin: 0; 
    padding: 0; 
}

html, body, #bg, #bg table, #bg td, #wrapper-content, #wrapper-navP {
    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%;
}

#wrapper-content {
    position:absolute;
    top:0;left:0;
    z-index:70;
	overflow:auto;
    
}

.pageCopy { 
    margin: 120px auto; 
    width: 480px;
    padding: 120px 50px 50px 50px;
    background: #fff;
    font: 14px/1.8 Georgia, Serif;
	color:#666;
	background:#fff url('/images/logo_toi.gif') no-repeat right top;
}

.innerPageCopy {
	padding: 120px 50px 50px 50px;
    background: #fff;
    font: 14px/1.8 Georgia, Serif;
	color:#666;
	
}

.columnRight {
	float:right;
	width:200px;
	padding:50px;
}


/* Primary Navigation Wrapper */

#wrapper-navP {
    position:absolute;
    top:0;left:0;
    z-index:100;
	height:40px;
	background: #481b72;
}

#navP { 
	margin: 0px auto; 
    width: 600px;
    padding: 0px 10px 0px 10px;
    font: 14px/2.8 Georgia, Serif;
	color:#fff;
	text-align:center;
}


#focus-stealer      { position: absolute; left: -9999px; }



