#intro {
	display: none;
}

#main {
	margin: 0;
	padding: 0;
	padding-top: 25px;
}

#main_page {
	background: url("../images/home.jpg") no-repeat;
	height: 586px;
}

#aboutbar {
	float: none;
	position: absolute;
	top: 250px;
	left: 100px;
}

#aboutbar li a {
	background: url("../images/stars.gif") 0 0 no-repeat;
	height: 30px;
	padding: 3px 20px 0px 20px;
}

#aboutbar li a:hover {
	text-decoration: underline;
	background: url("../images/stars_hl.gif") 0 0 no-repeat;
	height: 30px;
	padding: 3px 20px 0px 20px;
}

#footer .strong { display: none; }