html, body {
	height: 100%;
}

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

p {
	font-size: .875em;
	text-align: center;
	margin: 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.png") center top repeat-y;
}

html>body #container {
	 height: auto;
}


/* HEADER */

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


/* MIDDLE */

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

#middle img {
	display: block;
	margin: 0 20px 20px 0;
	border: 1px solid #525252;
}

#middle table {
	margin: 0 20px;
}

#middle table table {
	margin: 0;
}

#middle a.sales_hook img, #footer a.sales_hook img {
	display: block;
	margin: 0 auto;
}


/* FOOTER */

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

#footer a.sales_hook img {
	display: block;
	margin: 0 auto;
}

#footer #footer_access {
	display: block;
	margin: 20px auto 0 auto;
}

#footer table {
	width: 762px;
	margin: 20px auto;
	font-size: .65em;
	text-align: center;
}

#footer table img {
	margin-bottom: 12px;
	border: 1px solid #525252;
}

#footer table td {
	padding-right: 20px;
}

#footer table td.last {
	padding: 0;
}

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

#footer_legal p {
	font-size: 14px;
	margin: 10px 100px;
}

#footer_legal a:hover {
	border-bottom: 1px solid #ffffff;
}

.clear {
	clear: both;
}
