HTML
{
    WIDTH: 100%;
    HEIGHT: 100%;
}
BODY
{
	FONT-SIZE: 70%;
	MARGIN:0;
	WIDTH: 100%;
	color:#222;
	FONT-FAMILY:Arial, Helvetica, sans-serif;
	HEIGHT: 100%;
	background:#000;
}
h1, p
{
	display:none;
}
table#mainTable
{
	width:100%;
	height:100%;
}
table#mainTable td
{
	padding:0;
	vertical-align:middle;
}
#content
{
	text-align:center;
	background:#707070;
	POSITION: relative;  
    margin:auto;
	width:760px;
	height:599px;
}
#logo
{
    padding:37px;
	height:125px;
}
#sections
{
	height:82px;
}
#copy
{
	padding:50px 0 175px;
	background:url(/images/holding/eonic_logo.gif) right bottom no-repeat;
}
