body {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#container {
	width:1000px;
	height:auto;
	margin:auto;
}
#nav {
	width:570px;
	height:50px;
	margin:auto;
}
.logo {
	width:570px;
	height:130px;
	margin:auto;
	background:url(/img/bosscube_1209.jpg) no-repeat top left;
}
.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 0px 0px;
	outline:none;
	/* IE6 */
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/button_off.png',sizingMethod='scale');
}
.button:hover {
	color:#ffffff;
	text-decoration:none;
	background-position:0px -46px;
	/* IE6 */
	_cursor:pointer;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/button_on.png',sizingMethod='scale');
}
.wrapped {
	padding:9px 0px 7px 0px;
}