

#header, #footer {
	position: relative;
	left: 0;
	display: block;
	width: 100%;
	z-index: 200;
}
#header{ background:url(../img/head_bg.png) repeat-x; text-align:center;top: 0;}

#footer {
	bottom:0px;
	position:fixed;
	height: 49px;
	background:#3f3228; text-align:center; height:28px; line-height:28px;
	z-index:999;
}

body.scrolled #footer {
bottom:0px;
}

body[orient="landscape"] #footer {
bottom:0px;	
}

body.scrolled[orient="landscape"] #footer {
bottom:0px;	
}

/* Container */
#container {
	height: 324px;
}

body.scrolled #container {
	height: 370px;
}

body[orient="landscape"] #container {
	height: 214px;
}

body.scrolled[orient="landscape"] #container {
	height: 214px;
}

#content {
	position: relative;
}