body {
	color: #000000;
	font-size: 12px;
	font-family: verdana,serif;
	text-align: center;

	background-color: #ffffff;
	background-image: url("bg_everlands.png");
	background-repeat: no-repeat;
	background-position: top center; 
}

#content {
	width: 480px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;

	background: #ffffff;
	background-image: url("pattern.png");
	background-repeat: repeat-y;
	background-position: top right; 
}

* {
	border: 0;
	margin: 0;
	padding: 0;
}

a:link { 
	color: #505050;
	font-weight: bold;
	text-decoration: none;
}
a:hover { 
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
a:visited { 
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

hr {
	border: 0;
	height: 1px;
	color: #a0a0a0;
	margin-bottom: 4px;
	background-color: #a0a0a0;
}

p {
	margin-top: 5px;
	margin-bottom: 6px;
	margin-left: 5px;
	margin-right: 5px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 4px;
}

#logo {
	text-align: center;
}

#findus img {
	margin-left: 4px;
	margin-right: 2px;
	margin-bottom: 0px;
	vertical-align: bottom;
}

.section {
	padding: 5px;
	margin-top: 12px;
	margin-left: 4px;
	margin-right: 4px;
	text-align: left;
}

.splash { 
	width: 220px;
	text-align: center;
	vertical-align: top;
}

.badges {
	text-align: center;
	vertical-align: top;
	margin-bottom: 3px;
}

.badges img {
	margin-bottom: 3px;
}

ul li {
	margin-left: 15px;
	margin-bottom: 4px;
}

#footer {
	color: #a0a0a0;
	margin-top: 50px;
	text-align: center;
}

