body, h1, h2, p, img, ul, li
{
	margin: 0px;
	padding: 0px;
}

img
{
	vertical-align: bottom;
	border-width: 0px;
}

body
{
	color: #FFF;
	background-color: #000;
}

body, th, td { font-family: "Verdana", Sans-Serif; }

#container
{
	position: relative;
	margin: 40px auto;
	width: 700px;
	height: 567px;
	background-image: url(/bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

address
{
	color: #AAA;
	font-size: 12px;
	font-style: normal;
    font-weight: bolder;

	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 6px;
}

hr { display: none; }

#homer
{
	position: absolute;
	bottom: 20px;
	right: 20px;
}

