body {
	background: url("../images/bg.jpg") repeat-x;
}
h1, h2 {
	margin-bottom: 10px;
}
a { color: #68b3da; text-decoration: none; letter-spacing: -1px; }
a:visited { color: #dab168; }
span {
	font-size: .8em;
	color: #898989;
}
#wrapper { 
	width: 600px; 
	margin: 0 auto; 
	padding: 60px;
	text-align: center; 
}
#wrapper h1 { 
	font-weight: normal; 
	font-size: 2em; 
	color: #0088a5; 
	text-shadow: 1px 1px 1px #ffffff;
}
#wrapper h2 { 
	font-weight: normal; 
	font-size: 1.3em; 
	color: #636363; 
	text-shadow: 1px 1px 1px #ffffff;
}