body {
	background: #d9d9d9;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}

a {
	color: #fff;
	}
	
a:hover {
	color: #fff;
	}

#wrapper {
	position: relative;
	min-height: 450px;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}

#box {
	background: url('bg_body.jpg');
	margin: -260px 0 0 -485px;
	position: absolute;
	height: 520px;
	width: 970px;
	left: 50%;
	top: 50%;
}

#box ul {
	font-family: 'Arial', Helvetica;
	position: absolute;
	font-size: 13px;
	font-size: 22px;
	color: #00529b;
	top: 120px;
	left: 180px;
	margin: 0;
	padding: 0;
}

	#box ul li {
		list-style: none;
		padding: 50px 0 0;
		margin: 0;
	}

#footer {
	font-family: 'Arial', Helvetica;
	position: absolute;
	text-align: center;
	font-size: 13px;
	bottom: 25px;
	width: 100%;
	color: #fff;
	left: 0;
}