/* CSS Document */
html, body 
{
    position: relative;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    background-color: Transparent;
}

#centerer 
{
     z-index: 10;
    width: 700px;
	margin: 0 auto 0 auto;
	min-height: 100%;
	text-align: center;
}

#centerer *
{
    z-index: 10; 
}  

#wrapper1 
{
    width: 700px;
    height: 100%;
	margin: 0 auto 0 auto;
    position: relative;
    text-align: center;
	
}

#wrapper2 
{
    margin: 0;
    padding: 0;
	position:relative;
	width:700px;
	text-align: left;
	}
	
#header 
{
    z-index: 10;
	width: 700px;
	margin: 0;
	padding: 0;
	}
	
#maincol 
{
    z-index: 10;
	width: 700px;
	position:relative;
	margin:0;
	padding:0;
	}
	
#leftcol 
{
    z-index: 99;
	position:relative;
	float:left;
	width:175px; 
	margin: 0;
	padding: 0;
	}
	
#rightcol {
	position:relative;
	float:right;
	width:20px; 
	height: 100%;
	margin: 0;
	padding: 0;
	}
	
#centercol 
{

    z-index: 10;
	position: relative;
	margin: 0;
	padding: 0;
	float: right;
	text-align: center;
	margin-right: 20px;
	margin-bottom: 15px;
	
	width: 504px;
	
	}
	
#centerwrap 
{
    z-index: 10;
    margin: 0;
    margin-right: 30px;
    margin-left: 10px;
    width: 100%;
	padding: 0;
	text-align: left;
}

#footer 
{
    z-index: 10;
	position:relative;
	top:1px;
	width:100%;
	clear:both;
	margin: 0;
	padding: 0;
	padding:1% 0 0 0;
	}
/*	
<div id="bgHack">
 <div id="bgHack1">
  <div id="bgHack2"></div>  
  <div id="bgHack3"></div>
  <div id="bgHack4"></div>
 </div>
</div>
*/
#bgHack
{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    background-color: White;
    
}

#bgHack1 
{
    position: relative;
    width: 822px;
    margin: 0 auto 0 auto;
    height: 100%;

}

#bgHack2
{
    position: relative;
    width: 61px;
    height: 100%;
    float: left;

}

#bgHack3
{
    position: relative;
    width: 700px;
    height: 100%;
    float: left;

}

#bgHack4
{
    position: relative;
    width: 61px;
    height: 100%;
    float: left;

}
