@charset "UTF-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	text-align:center;
}
img {
	border:none;
}
.logo {
	margin-top:10px;
	margin-bottom:50px;
}
#header {
	background-color:#fbfbfb;
	padding:30px;
}
.description {
	margin-top:30px;
}
.style1 {
	margin-top:10px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#aabc9d;
	font-size:16px;
	letter-spacing:3px;
}
.style2 {
	margin-top:10px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#aabc9d;
	font-size:12px;
	letter-spacing:1px;
}
.style3 {
	text-shadow:#fbfbfb 1px 1px 0px;
	font-weight:700;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#777777;
	font-size:16px;
}
.style4, .style4 a {
	letter-spacing:1px;
	margin-top:30px;
	text-shadow:#fbfbfb 1px 1px 0px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:11px;
	color:#777777;
}
.style4 a:hover {
	text-decoration:underline;
}
#center {
	background-color:#FFF;
	margin-top:50px;
	height:300px;
}
#footer2 {
	z-index:1;
	height:60px;
	width:100%;
	background-color:#fbfbfb;
	bottom:130px;
	left:0px;

	position:fixed;
}
#footer {
	padding-top:10px;
	background-color:#6eb43f;
	width:100%;
	height:130px;
	left:0px;
	bottom:0px;
	
	position:fixed;
}
