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

body {
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #E7E7E7;
}

#wrapper {
	margin: 0 auto;
	width: 980px;
	background-image: url(bg2.png);
	background-repeat: no-repeat;
	padding-top: 40px;
}

#main {
	height: 300px;
	width: 980px;
	background-color: #6D707F;
	padding-top: 10px;
	margin: 0;
}
#main a {
	color: #333;
	text-decoration: none;
}
#main a:hover {
	color: #555;
	text-decoration: none;
}

