@charset "utf-8";
/* CSS Document */

body
{
	background-color:#000000;
	color:#FFFFFF;
	margin: 0px;
}

div.content
{
	width:auto;
	margin: 0 auto;
}

td
{
	vertical-align:top;
}

table
{
	width: 100%;
}

td.left
{
	background-image:url(../Imgs/leftside.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	width:auto;
}
td.right
{
	background-image:url(../Imgs/rightside.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:auto;
}
td.center
{
	width:1000px;
}
td.centertext
{
	width:900px;
}