#wrap {
	top: 0px;
	left: 0px;
	width: 900px;
	max-height: 720px;
}
#layer_1 {
	position: absolute;
	top: 20px;
	left: 40px;
	width: 900px;
	height: 720px;
	z-index: 0;
	background-color: #363636;
}
body {
	background-color: #707070;
}
#contents {
	position: absolute;
	top: 205px;
	left: 15px;
	width: 175px;
	height: 200px;
	z-index: 50;
	font-family: ‘helvetica neue’, helvetica, ‘sans-serif’;
	font-size: 14px;
	text-align: left;
}
a:link {
	color: #e7573b;
	text-decoration: underline;
}
a:visited {
	color: #acacac;
	text-decoration: underline;
}
a:hover {
	color: #00709e;
	text-decoration: underline;
}
a:active {
	color: #ececec;
	text-decoration: underline;
}
#contact {
	position: absolute;
	top: 500px;
	left: 15px;
	width: 225px;
	height: 300px;
	z-index: 60;
	font-family: ‘helvetica-neue’, helvetica, ‘sans-serif’;
	font-size: 12px;
	text-align: left;
	color: #c2c2c2;
}
#quote1 {
	position: absolute;
	top: 215px;
	left: 350px;
	width: 522px;
	height: 200px;
	z-index: 70;
	font-family: arial;
	font-size: 14px;
	text-align: center;
	color: #c2c2c2;
}
#form {
	position: absolute;
	top: 335px;
	left: 350px;
	width: 522px;
	height: 400px;
	z-index: 80;
}
#quote2 {
	position: absolute;
	top: 610px;
	left: 350px;
	width: 522px;
	height: 200px;
	z-index: 90;
	font-family: arial;
	font-size: 14px;
	text-align: center;
	color: #c2c2c2;
}
#footer {
	position: absolute;
	top: 675px;
	left: 350px;
	width: 522px;
	height: 100px;
	z-index: 100;
	font-family: ‘helvetica-neue’, helvetica, ‘sans-serif’;
	font-size: 11px;
	text-align: center;
	color: #e7573b;
}
#credits {
	position: absolute;
	top: 725px;
	left: 0px;
	width: 900px;
	height: 100px;
	z-index: 110;
	font-family: ‘helvetica neue’, helvetica, ‘sans-serif’;
	font-size: 11px;
	text-align: center;
	color: #000000;
}

