@charset "utf-8";
html body {
	height: 100%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
#wrap {
	height: 600px;
	width: auto;
	background-color: #FFF;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}
#header {
	width: auto;
	margin-left: auto;
	margin-right: auto;
}
#nav {
	width: 40em;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#footer {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
a img {
	border: none;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}