@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-color: #727272;
	}

img { border:0; }

#wrapper { width:1000px; margin:0 auto; }

#footer {
	text-align:center;
	margin-bottom:10px;
	clear:both;
	color:#333;
	background-color: #727272;
}

a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #111;
}