html {
	height:100%;
	margin:0;
	padding:0;
	width:100%;
}
body {
	background: #CCCCCC;
	font: 86% Arial, "Helvetica Neue", sans-serif;
	margin: 0;
	height:100%;
	min-height:700px;
	min-width:1060px;
}
#contentWrapper {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#content {
	height:100%;
	width:100%;
	overflow: hidden;
}

#container{
	background:#C00;
	width: 1071px;
	height: 672px;
}

#textContent{
   position:absolute;
   top:0px;
   left:-2000px;
   width:2000px;
   height: 500px;
   overflow: hidden;
   z-index:-1;
}
