@charset "UTF-8";
body  {

	font: 100% Arial, Helvetica, sans-serif;
	text-align: center;
	color: #666;
	background: #e4e8e9 url(../images/bg.png) repeat-x fixed center bottom;
	margin-top: 30px
}

*  {
	margin: 0;
	padding: 0;
	outline: 0;
}

img  {
	border: none
}

#container {
	width: 920px;
	background: #fff;
	margin: 0 auto;
	text-align: center;
	padding: 20px
}

#logo  {
	margin-bottom: 40px
	
} 

#footer {
	margin: 0 auto;
	width: 960px;
	padding: 10px 0 40px 0;
	font-size: 11px;
	color: #4e6470
} 

#footer a {
	color: #4e6470;
	text-decoration: none
}

#footer a:hover {
	text-decoration: underline
}
