/* CSS Document */
#box_page{
	position: relative;
	height: 600px;
	width: 590px;
	left: 0px;
	top: 0px;
}

#top_box {
	position:absolute;
	left:7px;
	top:4px;
	width:570px;
	height:549px;
	z-index:1;
}

#stan_mug {
	position:absolute;
	left:372px;
	top:38px;
	width:124px;
	height:121px;
	z-index:1;
}

