* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, sans-serif;
	font-size: 18px;
	margin: 0 0 100px;
	color: #999999;
	background: #eaeaea;
}
p {
	padding: 20px;
	color: #777777;
}
a:link, a:visited {
	color: #000000;
	text-decoration: none;
	border-bottom: 2x dotted #ffffff;
	font-weight: bold;
}
a:hover {
	background: #000000;
	color: white;
	border-bottom: 3px solid #1CA8C3;
}
#container {
	width: 650px;
	padding: 25px 25px 0;
	margin: auto;
	background: url(bg.png) bottom repeat-y;
}
#container:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.spacer {
	display: block;
	width: 100%;
	height: 20px;
}
a.wow {
	display: block;
	height: 200px;
	width: 200px;
	float: right;
	border: none;
}
a.wow:hover {
	background: none;
}
p.light {
	color: #999999;
	padding: 10px;
	border: 1px dashed #dedede;
	text-align: center;
	background: #fefefe;
}
p.light a:link, p.light a:visited {
	color: #999999;
	font-weight: normal;
	border: none;
	text-decoration: underline;
}
p.light a:hover {
	background: none;
	text-decoration: none;
}
.center {
	display: block;
	text-align: center;
	margin: auto;
	padding: 20px 0;
}
h1 {
	color: #b6db26;
	font-size: 30px;
	letter-spacing: -2px;
}
h1 strong {
	color: #666666;
}
