BODY
{
	margin: 0px;
	background-color: #2e2e2e;
}
#register_header 
{
	width: 770px;
	height: 35px;
	background-image: url(images/register_header.gif)
}
#register_footer 
{
	width: 770px;
	height: 163px;
	background-image: url(images/register_footer.png)
}
#page 
{
	width: 770px;
	border: 1px solid #000000;
	background-color: #ffffff;
}
#content_pane 
{
	text-align: left;
	height: 350px;
	padding: 10px;
	overflow: auto;
	font-family: Arial;
}
#content_pane table tr td 
{
	font-size: 9pt;	
}
