html, body {
	padding:0;
	margin:0;
	background-color:#34B4E4;
}

img, div { 
	border:0;
	padding:0;
	margin:0;
	display:block;
}

#logoContainer {
	width:100%;
	height:183px;
	top:13%;
	position:absolute;
	background-color:#92dbf3;
}

#logoContainer #logo {
	width:489px;
	height:177px;
	margin-top:3px;
	left:50%;
	margin-left:-242px;
	position:absolute;
}

#logoContainer #overlay {
	width:100%;
	height:183px;
	position:absolute;
}

#footer {
	height:50px;
	width:100%;
	bottom:0;
	position:absolute;
}

#contact {
	width:575px;
	height:50px;
	left:50%;
	position:absolute;
	bottom:0;
	overflow:hidden;
	padding:0;
	margin:0 0 0 -288px;
}

#home {
	height:322px;
	width:561px;
	bottom:0;
	left:3%;
	position:absolute;
	overflow:hidden;
	padding:0;
	margin:0;
}

p {
	margin:0;
	padding:6px 0;
}

a {
	color:#77ad1a;
	text-decoration:underline;
}

a:hover {
	color:#535353;
	text-decoration:underline;	
}

h1 {
	font:14px "Tahoma";
	font-weight:bold;
	color:#77ad1a;	
}

ul {
	padding:0 0 6px 0;
	margin:-6px 0 0 0;
}

li {
	margin:0 0 0 15px;
	padding:0;
}

textarea {
	width:300px;
	height:80px;
	border:1px solid #6DB43F;
	font:12px "Tahoma";
	line-height:19px;
	color:#5F6062;
	padding:1px;
	margin:0;
}

select {
	width:200px;
	border:1px solid #6DB43F;
	font:12px "Tahoma";
	line-height:19px;
	color:#5F6062;
}
