/* layout.css
 */

html, body {
	height: 100%;
	background: url( "../images/background/demohouse-bg.gif" ) no-repeat left top;
}

* {
	margin: 0px;
}

body {

	font-size: 80%;
	font-family: "Trebuchet MS", helvetica, verdana, sans-serif;
}

.headers {
	margin: auto;
}


.columns {
	float: left;
}

.containers {
}

.frames {
	position: relative;
	min-height: 100%;
}

.paths {
}

.pushers {	
	width: 100%;	
	float: left;	
}

.pages {
}

.footers {
	position: absolute;
	bottom: 0px;
	height: 36px;
}

.clearers {
	clear: both;
}


