@charset "UTF-8";
/* CSS Document */
body {
	background-image: url(../background.png);
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
 Helvetica, sans-serif; 
margin: 0; 
padding: 0; 

}
.nice {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../bg.png);
	top: 0px;
	height: 600px;
	z-index: 0;
	right: 0px;
	left: 0px;
	position: absolute;
}
.contain {
	width: 800px;
	z-index: 1;
	margin: 0 auto;
}
.logo {
	position: relative;
	z-index: 2;
	width: 800px;
}
.header {
	background-color: #FFFFFF;
	width: 801px;
	background-image: url(../header.jpg);
        background-repeat: no-repeat;
	z-index: 2;
	position: relative;
        min-height:301px;
        height:auto !important;
        height:310px;
}
.zip {
	width: 525px;
	z-index: 4;
	position: relative;
	float: right;
}
.white {
	background-color: #FFFFFF;
	height: auto;
	width: 801px;
	float: left;
	position: absolute;
	z-index: 1;
}
.footer {
	padding-left: 50px;
	padding-right: 50px;
	text-align: center;
	background-color: #CCFFCC;
	font-size: 12px;
	padding-top: 15px;
	padding-bottom: 15px;
	float: left;
	position: relative;
}
.auto_quote {
	background-image: url(../auto_quotes.jpg);
	width: 235px;
	height: 275px;
}
.rounded {
	background-image: url(../rounded.gif);
	position: relative;
	z-index: 2;
}
.words {
	width: 500px;
	float: left;
	padding-left: 35px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif;
	
	z-index: 5;
	position: relative;
	height: auto;
}

.words2 {
	float: left;
	padding-left: 25px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif;
	margin-top: -65px;
	z-index: 5;
	position: relative;
	height: auto;
}

h1,h2,h3,h4,h5 {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 300;
	color: #00b56b;
}
.right {
	z-index: 3;
	float: right;
	position: relative;
	padding-right: 25px;
	text-align: center;
	height: 750px;
}
a img {
  border: none;
}

