body
{
	background-image: url('../graphics/background.png');
    background-position: top left;
	background-repeat: repeat-y;
	left:50%;
	margin:0px 0px 0px -390px;
	min-height:100%;
	padding:0px 55px 0px 55px;
    position:absolute;
    top:0px;
    width:670px;
}

/* IE 6 min-height unsupported */
* html body
{
    height:100%;
    position:relative;
}

#Footer
{
	margin:0px 52px 0px 52px;
	width:676px;
}