body {	margin: 0px;	padding: 0px;	background: #000 url(../images/background.jpg) repeat-x scroll center center;	}body, td {	color: #FFF;	font: normal normal normal 13px/normal Arial, Helvetica, sans-serif;	}a {	color: #000;	text-decoration: none;	}a:hover {	text-decoration: underline;	}#logo {	height: 93px; 	}#logo img {	margin-bottom: 5px;	}#navigationContainer td {	background: #5F5F61;	}#navigationContainer a {	color: #000;	font-weight: bold;	}#navigationContainer a:hover, #navigationContainer a.selected {	color: #CCC;	text-decoration: none;	}#contentContainer {	margin-top: 15px;	height: 260px;	}#contentContainer #contentColumn1 {	width: 400px;	height: 300px;	overflow: hidden;	float: left;	background: #FFF url(../images/loader.gif) no-repeat center 120px;	}#contentContainer #contentColumn1 #content {	background: #FFF;	color: #666;	line-height: 20px;	margin: 15px;	height: 270px;		overflow: auto;	}#contentContainer #contentColumn2 {	background: #000!important;	width: 400px;	float: right;	height: 300px;	overflow: hidden;	}#footerContainer {	border-top: 1px solid #666666;	margin-top: 15px;	padding-top: 5px;	text-align: center;	color: #666666;	font-size: 11px;	}