*, html
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

html,body
{
	height: 100%;
}

body, form, ul, li, p, h1, h2, h3, h4, h5
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

img
{
	border: none;
}

#page
{
	display: table;
	float: left;
	height: 100%;
	width: 100%;
}

#page #headerBody,
#page #contentBody,
#page #footerBody
{
	display: table-row;
}

#page #headerBody
{
	height: 277px;
	background: url(../images/headerbg2.gif) 0 0 repeat-x;
}

#page #contentBody
{
	height: 100%;
	width: 1006px;
}

#page #content
{
	display: table-cell;
	float: left;
	width: 645px;
	padding: 20px;
}

#page #footerBody
{
	height: 100px;
	padding: 0 0 5px 0;
	background:#4C4C4C;
	text-align:center;
}