/* Set our fixed elements above everything else */
#header, #footer {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 44px;  
	z-index: 200;
}

/* Footer */
#footer {
	position: absolute;
	top: 1px;
	height: 49px;
	color:#FFFFFF;
	font-size:9px;
}
/* Container */
#container {
	height: 324px;
}
/* Content */
#content {
	position: relative;
	border-top: 1px solid #e0e0e0;
}
