body {
	background: #60aff2 url('images/bg.jpg') top repeat-x;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	margin: 30px 0 30px;
}
a:link, a:visited {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dashed #fff;
}
a:hover {
	border-bottom: 1px dashed #ff0000;
}
#header {
	text-align: center;
}
#header h1 {
	letter-spacing: -2px;
	color: #fff;
	font-size: 36px;
	margin: 0;
}
#header span {
	color: #e9ff8f;
	font-weight: 100;
}
#header h2 {
	font-size: 14px;
	color: #fff;
	margin: 0;
	font-weight: 100;
}
#wrapper { 
	margin: 8px auto 0;
	text-align: center;
}
#wrapper img {
	background: #fff;
	border: 1px solid #237cc8;
	margin: 4px;
	padding: 3px;
}
}