/* Start of CMSMS style sheet 'style' */
* {
	margin:0;
	padding:0;
} 

html, body {
	height: 100%;
	background-image:url(layout/bg-header.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

#wrap {
	min-height: 100%;
}

#header {
	height:170px;
}

#main {
	overflow:auto;
	padding-bottom: 200px; /* must be same height as the footer */
}


#footer {
	position: relative;
	margin-top: -200px; /* negative value of footer height */
	height: 200px;
	clear:both;
	background-color:#86b3d3;
}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}
/* End of 'style' */

