/* CSS Document */
body {	
	margin:0;
	padding:0;
}

#header {
	background:url(../images/mobile/t_header.jpg) no-repeat 0 0;
	width:450px;
	height:72px;
	margin:0 auto 0 auto;
}
#header .bt_close {
	float:right;
	margin:40px 10px 0 0;
}
#header .bt_close a img {
	border:0;
}
#col {
	margin:0 auto 0 auto;
	width:400px;
}
#col iframe#mobile {
	padding:0;
	border:0;
}
.footer {
	width:450px;
	height:22px;
	margin:0 auto 0 auto;
}


