@charset "utf-8";
/* CSS Document */

/* commented backslash hack to hide from ie5 mac \*/ 
html, body	{
	height:100%;
	} 
/* end hack */
html,body {
	margin:0;
	padding:0;
}

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	min-width:960px;/* stop mozilla sliding off the edge */
	font-family:Arial, Verdana, sans-serif;
	font-size:0.8em;
}

.container {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 960px;
	text-align: left;
	min-height:100%;
	margin-bottom:-30px;
	height:auto;
}

* html .container {height:100%;} /* for ie to resize */

.footer {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 960px;
	clear:both;
	height:30px;

}

.clearfooter{
	clear:both;
	height:30px;
}

