html, body {
	margin: 0;
	padding: 0;
}
#container {
	width: 1000px;
	height: auto;
	margin: auto;
}
#nav {
	width: 570px;
	height: 50px;
	margin: auto;
}
.logo {
	height: 143px;
	margin: auto;
	background: url(/img/logo-7811.png) no-repeat center center;
}
.button {
	display: inline-block;
	width: 46px;
	height: 30px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #bcbcbc;
	line-height: 15px;
	letter-spacing: -1px;
	text-align: center;
	text-decoration: none;
	padding-top: 16px;
	background: url(/img/button.png) no-repeat 0 0;
	outline: none;
	/* IE6 */
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/button_off.png',sizingMethod='scale');
}
.button:hover {
	color: #fff;
	text-decoration: none;
	background-position: 0 -46px;
	/* IE6 */
	_cursor: pointer;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/button_on.png',sizingMethod='scale');
}
.wrapped {
	padding: 9px 0 7px 0;
}
