* {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	height: 100%;
}

body {
	background: #000 url(../img/1.png) 50% 50% no-repeat;
	font: 12px 'Lucida Grande', Helvetica, Arial, sans-serif;
	color: #ccc;
	position: relative;
}

#iapps {
	display: none;
}

#foot {
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
	font-size: 10px;
	color: #666;
}

#foot a {
	color: #666;
	font-weight: 700;
	text-decoration: none;
}

#foot a:hover {
	color: #999;
}