body {
	margin:0px;
	padding:0px; 
	text-align:center;
	background:url(../images/bg-mobile.gif) no-repeat 0px 0px;
}
#Frame {
	width:190px;
	height:330px;
	margin:auto;
	margin-top:30px;
	margin-bottom:37px;
	vertical-align:center;
}
#Buttons {
	width:224px;
	height:106px;
	margin:auto;
	text-align:left;
}
#Buttons a {
	display:block;
	width:70px;
	height:35px;
	background:url(../guide/button.gif) no-repeat 0px 0px;
}
.back {float:left;}
.forward {float:right;}
.close {
	position:relative;
	top:35px;
	left:154px;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* Hides from IE-mac \*/
*html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
/* End */