* {
	padding: 0;
	margin: 0;
}

body {
	background: #000;
	color: #FFF;
}

#content {
	background: url(/_images/twostepsplash.jpg) no-repeat;
	width: 1020px;
	height: 680px;
	margin: 0 auto;
	position: relative;
}

#foot {
	position: absolute;
	bottom: 100px;
	left: 140px;
}

#foot li {
	list-style: none;
	display: inline;
	font: 11px Arial, Sans-Serif;
	text-transform: uppercase;
	padding: 0 18px 0 15px;
	background: url(/_images/foot_divide.gif) right no-repeat;
}

#foot li.last {
	background: none;
}

#foot li a, #foot li a:active, #foot li a:visited {
	color: #FFF;
	text-decoration: none;
}

#foot li a:hover { text-decoration: underline; }