HTML
{
    WIDTH: 100%;
    HEIGHT: 100%;
}
BODY
{
	FONT-SIZE: 70%;
	MARGIN:0;
	WIDTH: 100%;
	color:#222;
	FONT-FAMILY:Arial, Helvetica, sans-serif;
	HEIGHT: 100%;
	background:#e0e0e0 url(/images/layout/gradient_bg.gif) center top repeat-y;
}
h1, p
{
	display:none;
}
table#mainTable
{
	border:none;
	width:100%;
	height:100%;
}
table#mainTable td
{
	padding:0;
	vertical-align:middle;
}
#content
{
	POSITION: relative;
    margin:auto;
	width:612px;
	height:274px;
	background:url(/images/holding/bezel.gif) center center no-repeat;
}
#content img
{
	padding:58px 6px 80px;
}