html,body
{
	margin: 0;
	padding:0;
	height:100%;
}

body 
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 8pt;
	color: #86817D;
	background: url(../images/main_background.jpg) #FFF top center no-repeat;
}

img
{
	border:0;
}

div#container
{
	position:relative;  
	height: 100%;
	margin: 0 auto;
    text-align: left; 
	width:100%;
}

body>div#container
{
	height:auto;
	min-height:100%;
}

div#content
{
	padding: 0;
	margin: 0;
}

span.bold
{
	font-weight:bold;
}

div#footer
{
	position: absolute;
	bottom:0;
	width: 100%;
	padding: 0;
	text-align:center;
}
