html, body {
		height:100%;
		}

body {
	font:normal 12px/18px Arial, Helvetica, sans-serif;
	background: #605e5e url(img/bg.jpg) no-repeat;
	background-position: top center;
	padding:0;
	margin:0;
	overflow:-moz-scrollbars-vertical;
}



#container {
	width: 960px;
	height: 310px;
	background: #fff url(img/box.jpg) no-repeat;
	position: absolute;
	left: 50%;
    margin-left: -460px; 
    top: 50%;
    margin-top: -220px; 
}


#zumshop a {
	margin-top: 230px;
	float: right;
	background: url(img/button_zumshop.jpg);
	height: 44px;
	width: 140px;
}

#zumshop a:hover {
	background: url(img/button_zumshop_over.jpg);
}



#copyright {
	text-align: center;
	margin-top: 270px;
	margin-left: 140px;
	color: #6a6867;
	font-size: 11px;
}

#copyright a {
	text-decoration: none;
	color: #6a6867;	
}

#copyright a:hover {
	text-decoration: underline;
}
