@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
	color: #59c4bb;
}
#wrapper {
	background-color: #FFFFFF;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 200px;
}
#wrapper #logo {
	margin-right: auto;
	margin-left: auto;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #nav {
	padding-top: 20px;
	font-family: "Century Gothic";
	font-size: 12px;
	color: #59c4bb;
	text-decoration: none;

}
#wrapper #copyright {
	padding-top: 5px;
	font-family: "Century Gothic";
	font-size: 9px;
	color: #59c4bb;
	padding-left: 0px;
	padding-bottom: 200px;
}
#wrapper #nav a {
	font-family: "Century Gothic";
	font-size: 12px;
	text-decoration: none;
	color: 59c4bb;
}
