#mainheader {
	height: 425px;
	background-position: right top;
	width: 620px;
	overflow: visible;
	visibility: visible;
	background-repeat: no-repeat;
	float: right;
}

#content {
	font-family: "Trebuchet MS";
	width: 620px;
	min-height: 600px;
	text-align: left;
	float: right;
	background-color: #000000;
	padding: 3px;
	color: #FFFFFF;
	margin-top: 10px;
}

