@charset "UTF-8";
/* page style */

html { height: 100% }
			
body { 
	margin: 0; 
	padding: 0; 
	background: #3b8bba;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	width: 100%;
}

#page {
	position: absolute;
	width: 900px;
	height: 600px;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -450px;
}

#arrow { 
	left: -120px;
	top: -250px;
	position: absolute;
	z-index: 1
}

#content {
	position: relative;
	z-index: 100
}

span {
	background: url(../images/icon_hotline.gif) no-repeat center left;
	padding: 7px 40px 0 20px;
	display: block;
	float: left;
	height: 20px
}

a { 
	background: url(../images/icon_arrow.png) no-repeat center left;
	padding-left: 12px;
	color: #fff;
	text-decoration: none;
	display: block;
	float: left;
	margin-top: 7px;
	margin-right: 20px
}

a:hover { text-decoration: underline }