body { background: #ffffff url() repeat-x; margin: 0px auto; text-align: center;}

body /*Firefox alignment */ 
{ 
text-align: -moz-center; 
} 

/* clearfix */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display:inline-block; }  
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

#bgfloater
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 519px;
	height: 516px;
	background: url(../images/bgfloater.jpg) no-repeat;
	z-index: -100;
}

#bgfloater2
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 519px;
	height: 516px;
	background: url(../images/bgfloater2.jpg) no-repeat;
	z-index: -100;
}

#maincontainer
{
	/* background: url(../images/bg-body-gradient.jpg) repeat-x; */
	margin-top:20px;
}

#body_top
{
	width: 870px;
}
/*
div.xa
{
	margin: 0px auto;
	width: 842px;
	height: 80px;
	background: url(../images/bg_body_top2.png) bottom no-repeat;
	background: blue;
}
*/

div.xc
{
	margin: 0px auto;
	width: 940px;
	height: 40px;
	background: url(../images/bg_body_bot.png) no-repeat;
}

table.xbw
{
	margin: 0px auto;
	width: 940px;
	padding: 0px;
}

table.xbw td.xbl
{
	width: 10px;
	background: url(../images/bg_body_left.png);
	border-right: 1px solid #ccc;
}

table.xbw td.xb
{
	background: #fff;
	text-align: left;
}

table.xbw td.xbr
{
	width: 10px;
	background: url(../images/bg_body_right.png);
	border-left: 1px solid #ccc;
}

/* vertical align */
html { overflow: -moz-scrollbars-vertical; }
body.va { margin: 0px auto; text-align: center; margin-top: 0px; height: 100%; }

/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* vertical align */
table.va { height: 100%; }
table.va td.va { text-align: center; vertical-align: middle; }
