#mainWindow {
	position: relative;
	float: right;
	width: 520px;
	background: #000;
	border-left: 1px dashed #607FB8;
	margin: 0px;
	padding: 5px 10px 5px 20px;
	text-align: left;
	font: 9pt Trebuchet,"Arial",sans-serif;
	color: #fff;
}
#footer {
	background: #000;
	color: #fff;
}
.imgRight {
	float: right;
	margin: 5px;
}
#mainWindow a {
	color: #ccc;
	text-decoration: underline;
}
