/* YouBeMom Message Board stylesheet					*/
/* author: YBM									*/
/* last modified: 7.11.2008							*/
/* CSS frameset implementation courtesy of Martin Carlsson		*/
/* http://www.webpelican.com/web-tutorials/css-frames-tutorial/ 	*/

* {
	margin:0;
	padding:0;
}

#header-wrap {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:3.1875em;
	overflow:hidden;
}

.controls-wrap {
	position:absolute;
	left:0;
	width:100%;
	height:2.0625em;
	overflow:hidden;
}
#header-controls {
	top:3.1875em;
}

#footer-controls  {
	bottom:10.3125em;	
}

body>#header-wrap {
	position:fixed;
}

body>#header-controls, body>#footer-controls {
	position:fixed;
}

#content {
    padding-top:5.25em;
	padding-bottom:12.4375em;
}

#footer-wrap {
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	height:10.3125em;
	overflow:hidden;
}

body>#footer-wrap {
	position:fixed;
}
