html, body, h1, div, span, p,
img, a, ul, ol, li, strong, em {
	border: 0;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

ul, ol {
	list-style: none;
}

body {
	background: #fff;
	color: #969696;
	font: normal 12px/18px Arial, Helvetica, sans-serif;
}

html, body {
	height: 100%;
}

a {
	color: #3d5d88;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: underline;
}

a:active {
	outline: rgba(255,255,255,0.5) dotted thin;
}

h1, h2, h3, h4 {
	font: normal 12px/18px Arial, Helvetica, sans-serif;
}

#wrap {
	height: 100%; min-height: 606px;
	position: relative;
	width: 100%;
}

#page {
	height: 566px;
	margin: -283px 0 0 -490px;
	position: absolute; top: 50%; left: 50%;
	width: 980px;
}

#bd {
	background: url('../img/bd.jpg') 0 0 no-repeat;
	height: 532px;
	position: relative;
	width: 980px;
}

#bd h1 {
	position: absolute; top: 195px; left: 255px;
}

#bd ul {
	position: absolute; top: 420px; left: 33px;
	text-align: center;
	width: 919px;
}

#bd li {
	display: inline-block;
	margin: 0 0 10px;
}

#bd li img {
	margin: 0 9px;
	vertical-align: middle;
}

#ft {
	font-size: 11px;
	padding: 10px 40px;
	text-align: right;
	width: 900px;
}

#ft p:first-child {
	float: left;
	font-size: 12px;
}
