@charset "UTF-8";
/* CSS Document */


body {
	background: #ABABAB;
}
a {
	color: #d5d5d5;
	text-decoration: none;
	padding: 1px;
	border-bottom: 1px dashed #d5d5d5;
}
#wrapper {
	width: 1024px;
	clear: both;
	height: auto;
	position: relative;
	margin: 50px auto;
	float: none;
}
#header {
	float: left;
	position: relative;
	height: 163px;
}
#mainContent {
	float: left;
	position: relative;
	width: 804px;
	background: url(_images/matte.png) repeat-x;
	padding: 20px 110px 80px;
	height: auto;
	color: #D5D5D5;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: center;
}
