/* -------------------------------------------------------------- 
   
   p12_page.css
   * page12.com page wraps, backgrounds and design structure
   
   
-------------------------------------------------------------- */

/*Control footer position and to pin it to the browser window*/

html, body, #body_top
{
	height: 100%;
}

body > div#body_top
{
  height: auto; min-height: 100%;
}

body
{
	background: #101010;
}

#body_top
{
	background: url(images/bg_grip_top.gif) top center repeat-x;
	
}

#body_foot {
	background: url(images/bg_footer.gif) top left repeat-x #000;
  clear: both;
  position: relative;
  z-index: 10;
  height: 30em;
  margin-top: -30em;
	width: 100%;
}

#main_body
{
  padding-bottom: 30em;
}






