/* CSS Document */

html, body {
  margin:0px;
  padding:0px;
  background: url(images/bg_main.png) top;
  font-family: arial, sans-serif;
  color: #000;
  }

h1, h2, h3, h4, h5, ul, p {
  display: none;
  }

/* Layout */

#rootContainer {
	position: absolute;
	width: 100%;
	height: 565px;
	}


#rootContainer #centeringContainer {
	position: absolute;
	width: 968px;
	height: 543px;
	top: 50%;
	left: 50%;
	margin-top: -282px; /*set to a negative number 1/2 of your height*/
	margin-left: -495px; /*set to a negative number 1/2 of your width*/
	}

#outerContainer {
  width: 990px;
  height: 565px;
  background: #fff;
  }

#mainContainer {
  position: absolute;
  display: block;
  margin: 11px;
  width: 968px;
  height: 543px;
  background: #fff;
  }
  
#left_col {
  position: relative;
  float: left;
  width: 414px;
  }
  
#right_col {
  position: relative;
  float: left;
  width: 554px;
  }
  
#promo_e85 {
  width: 554px;
  height: 543px;
  background: url(images/img_e85.jpg);
  }
  
#logo {
  position: relative;
  float: left;
  width: 414px;
  height: 185px;
  background: url(images/logo.jpg);
  }
  
#btn_service_lg {
  position: relative;
  float: left;
  width: 414px;
  height: 172px;
  background: url(images/btn_service_lg.jpg);
  }
  
#btn_towing_lg {
  position: relative;
  float: left;
  width: 414px;
  height: 186px;
  background: url(images/btn_towing_lg.jpg);
  }
