*{
	margin: 0;
	padding: 0;
}

html,body
{
	height:100%;
	background: #f2f2f2;
}

#topSection
{
	height: 15%;
	background: #f2f2f2;
	min-height: 130px;
}

#topcontainer
{
	padding-top: 10px;
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width: 900;
	background: #f2f2f2;
	
	height:auto;
	height:100%; /* IE6: treaded as min-height*/

}

#wrap
{
	text-align: center;
}

#container 
{
	padding-top: 10px;
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width: 900;
	background: #f2f2f2;
	
	height:auto;
	height:85%; /* IE6: treaded as min-height*/

	/*min-height:85%;*/
}

#containerTest 
{
	padding-top: 10px;
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width: 900;
	background: #f2f2f2;
	
	height:auto;
	height:85%; /* IE6: treaded as min-height*/

	/*min-height:85%;*/
}

#underConstructionContainer
{
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width: 900;
	background:#FFF;
	
	height:auto;
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

#outer
{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
}

#inner
{
	width: 400px;
	height: 300px;
	margin-left: -250px;
	position: absolute;
	top: -180px;
	left: 50%;
}

#errorFont
{
	color: red;
	
}








