@import url( reset.css );
	
body
{
	margin: 0;
	border: 0;
	padding: 0px;
	height: 100%;
	max-height: 100%; 
	background: #fff; 
	font-family: Helvetica, Arial, Verdana, sans-serif; 
	font-size: 76%;
	color: #000;
	overflow: hidden;

}

h2
{
	float: left;	
}

#wrapper
{
	position: absolute; 
	top: 0px;
	left: 0px;
	bottom: 0px; 
	right: 0px; 
	overflow: auto; 
	background: #000;
	color: #fff;
	overflow: hidden; 
}


#footer
{
	position: absolute; 
	padding: 0;
	margin: 0 auto;
	bottom: 10px;
	left: 10px;
	z-index: 100;
	overflow: hidden;
}

/* IE */
* html body
{
	/* padding: 40px 10px 30px 10px; */
	padding: 0px 0px 0px 0px;
}

* html #wrapper
{
	height: 100%; 
	width: 100%; 
}







#noflash
{
	padding: 20px;
	width: 380px;
}

#noflash p
{
	line-height: 1.2em;
}

#noflash strong
{
	font-weight: bold;
	font-size: 1.4em;
}

#noflash a
{
	color: #999;
}

#noflash a:hover
{
	color: #fff;
}


