#wrapper
{
	margin: 0 auto 0 auto;
	width: 100%;
	text-align: left;
}


#left
{
	width: 50%;
	background-image: url(img/blank.png);
	background-repeat: no-repeat;
	background-position: right top;
	height:1028px;
}

#right
{
	width: 50%;
	background-image: url(img/blank.png);
	background-repeat: no-repeat;
	background-position: left top;
	height:1028px;
}

#centertable
{
	width:1100px;
	vertical-align:center;
}

a:link { font-weight:bold; color:#fff; text-decoration:none; }
a:visited { font-weight:bold; color:#fff; text-decoration:none; }
a:focus { font-weight:bold; color:#fff; text-decoration:none; }
a:hover { font-weight:bold; color:#fff; text-decoration:underline; }
a:active { font-weight:bold; color:#fff; text-decoration:none; }