@charset "utf-8";
/* CSS Document */

*{margin:0;padding:0}

html,body,form{height:100%}

body{position:absolute;width:100%}/*opera 9.5 fix*/

#outer{
	width:100%;
	margin:auto;
	min-height:100%;
	margin-top:-82px;/*footer height*/
}
* html #outer{height:100%}

#header{
	border-top:82px solid #fff;/* soak up negative margin*/
	width: 801px;
	margin: auto;
}

#content{
	width: 801px;
	margin: auto;
}

#footer{
	width:100%;
	margin:auto;
	height:62px;/* must match negative margin and header soak up*/
}