@CHARSET "UTF-8";

body {
	background: url(../images/bodybg.jpg) top left repeat-x #666666;
	text-align: center;
}
a:link, a:visited, a:active {
	color: #65CD32;
	} 
a:hover {
	color: #0B93D5;
	}
#bodyContent {
	width: 1000px;
	text-align: left;
	margin: auto;
	}
	
.ui-widget-content {
	min-height: 550px;
	background: #ffffff;
	color: #666666;
	font-family: Trebuchet Ms;
}

.text {
	display: block;
	float: left;
}


