﻿html,body {
	height: 100%;
}
#container {
	height: 100%;
	overflow: hidden;
}
#nojs {
	width: 100%;
	height: 100%;
	position:absolute;
	top:0;
	left:0;
	background: #FFFFFF;
	z-index: 1;
	min-height: 100%;
}
body > #nojs {
        height: auto;
}

#nojs p {
	width: 400px;
	margin: 0 auto;
	padding: 100px;
	color: #FF0000;
	font-weight: bold;
	font-size: 144%;
}
#nojsimg {
	position:absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: 5;
	min-height: 100%;
}
body > #nojsimg {
        height: auto;
}
