<!--

body
{
	margin: 0px;
	top: 0px;
	left: 0px;
	background: url(../images/bg.jpg) repeat-x top;
}

#main
{
	width:100%;
	position:absolute;
	margin: 0px;
	left: 0px;
	top: 0px;	
}

#outer
{
	width:100%;
	position:relative;
	margin:0px;
	background: #FFFFFF;
}

#banner
{
	width:780px;
	height: 104px;
	position:relative;
	margin:0px;
	left:0px;
	top:0px;
}

#content
{
	width:780px;
	position:relative;
	background: #FFFFFF;
}

#footer
{
	width:780px;
	position:relative;
	top: 0px;
	clear:both;
	background: #FFFFFF;
}

-->