/* These are specific stylings for common elements used on the home page */
/* Common styling for these elements can be found in common.css */  

body {
  background-image: none;
  height:100%;
  width:100%;
  margin:0px;
}



#header {
  height:178px;
  z-index:200;
}



.contactText{
  position:absolute;
  top: 230px; 
  margin-left:0px;
  text-align:left;
  color:white;
  z-index:300;
  margin-bottom:0px;
  padding-bottom:0px;
}

.contactText h1 {
  padding-left:0px;
  color:white;
}




.strip {
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:415px;
  background-color:black;
  filter: alpha(opacity=70); 
	-moz-opacity:70; 
	opacity:0.7;
	z-index:100;
	margin:0px;
	margin-right:0px;
}

