/* CSS by i-mouse internet*/

#sample {
	margin: 0 auto;
	padding: 0;
	background: #FFFFFF url(../images/menu_bg.jpg) bottom center no-repeat;
	width: 400px;
	height:460px;
	text-align: center;
	overflow:hidden;
}

*html #sample {
	padding: 0;
}

#sample h1 {
	margin: 10px 0;
	font-size: 18px;
	display: block;
	text-align: left;
	line-height: 30px;
	color: #231F20;
	text-align: center;
}

#sample p {
	margin: 10px 0;
	padding: 10px 0;
	text-align: center;
	font-size: 12px;
	color: #231F20;
}

*html #sample p {
	margin: 0;
	padding: 4px 0;
}

#sample img {
	overflow: hidden;
}

