html, body {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #ffffff;
	margin: 0 auto;
	background-color: #161616;
}

p {
	font-size: .875em;
	text-align: center;
	margin: 4px 20px 10px 20px;
	line-height: 1.25em;
}

a {
	color: #ffffff;
	text-decoration: none;
}

#container {
	position: relative;
	min-height: 100%;
	height: 100%;
	width: 100%;
	min-width: 800px;
	background: transparent url("../images/container.gif") center top repeat-y;
}

html>body #container {
	 height: auto;
}

#header {
	width: 800px;
	height: 323px;
	margin: 0 auto;
	background: transparent url("../images/header.jpg") center top no-repeat;
}

#middle {
	display: block;
	width: 800px;
	margin: 0 auto;
}

#middle table {
	margin: 20px 32px;
}

#middle img {
	display: block;
	margin: 0 auto;
}

#middle img.player {
	padding: 20px 14px 24px 14px;
	background: transparent url("../images/player.png") center center no-repeat;
}

#middle img.sales_hook {
	padding: 5px 0;
}

#middle li {
	margin: 10px 20px;
	padding: 8px 0 8px 50px;
	list-style-type: none;
	background: transparent url("../images/checkmark.gif") left center no-repeat;
}

#footer {
	width: 800px;
	margin: 0 auto;
}

#footer a img {
	display: block;
	margin: 10px auto;
}

#footer table {
	font-size: .65em;
	margin: 0 10px 20px 10px;
	text-align: center;
}

.boxcover {
	padding: 10px;
	background: transparent url("../images/boxcover.png") center center no-repeat;
}

#footer_legal {
	width: 830px;
	margin: 0 auto;
	padding: 24px 0;
	background: #161616 url("../images/footer_legal.png") center top no-repeat;
}

#footer_legal p {
	font-size: .65em;
	text-align: center;
	margin: 10px 130px;
}

.clear {
	clear: both;
}
