*{
	margin:0;
	padding:0;
}

html{
	background:url(../pic/tile_bg.jpg) #b0b0b0;
	position:relative;
}

body{
	color:#000000;
	background:url(../pic/page_bg_center.jpg) no-repeat center center;
	min-height: 500px;
    padding: 160px 0 0;
	font:20px/1.7 'Segoe UI',Arial, sans-serif;
}

footer{
	background-color: #111111;
	bottom: 0;
	box-shadow: 0 -1px 2px #111111;
	height: 45px;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 100000;
}

footer h2{
	color: #EEEEEE;
	font-size: 14px;
	font-weight: normal;
	left: 60%;
	margin-left: -400px;
	padding: 13px 0 0;
	position: absolute;
	width: 70%;
}

footer h2 i{
	font-style:normal;
	color:#888;
}