﻿*
{
	padding: 0;
	margin: 0;
}
html, body
{
	margin: 0;
	padding: 0;
	height: 100%; /* needed for container min-height */
	background: white;
	font-family: arial,helvetica,sans-serif;
	font-size: 14px;
	color: black;
}
div#container
{
	position: relative; /* needed for footer positioning*/
	margin: auto; /* center, not in IE5 */
	width: 800px;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%;
	background-image: url('../img/page-bg.png');
}
div#header
{
	background-image: url('../img/header-bg.png');
	height: 149px;
}
div#nav
{
	height: 37px;
}
div#content
{
	padding-bottom: 88px;
}
div#footer
{
	position: absolute;
	width: 100%;
	bottom: 0; /* stick to bottom */
	background-image: url('../img/footer-bg.png');
	height: 88px;
}
div#footer-tv
{
	position: absolute;
	width: 150px;
	bottom: 10px; /* stick to bottom */
	height: 150px;
	left: 650px;
	z-index: 100;
}
div#footer-tv-screen
{
	position: absolute;
	width: 80px;
	bottom: 56px; /* stick to bottom */
	height: 80px;
	left: 670px;
	z-index: 50;
}
