@charset "UTF-8";

/* ----  skin ------ */
#banner {
	background-image: url(./images/title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 360px;
	border: solid 0px;
}

.phone_whole_screen {
	background-image: url(./images/profile.jpg);
	width: 136px;
	height: 141px;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	border: solid 0px;
	font-size: 10px;
	line-height: 15px;
	position: absolute;
	margin: 0px;
	top: 0px;
	left: 12px;
	visibility: visible;
	cursor: pointer;
}

