#headertop {
	background: url('theme_fire/top.jpg') no-repeat;
	width: 728px;
	height: 255px;
}
#headmiddle {
	background: url('theme_fire/center.jpg') no-repeat;
	width: 239px;
	height:48px;
}
#headbottom {
	background: url('theme_fire/bottom.jpg') no-repeat;
	clear:both;
	width: 728px;
	height: 8px;
}
#homelink {
	background: url('theme_fire/b_home.jpg') no-repeat;
	width: 66px;
}
#profilelink {
	background: url('theme_fire/b_profile.jpg') no-repeat;
	width: 79px;
}
#serviceslink {
	background: url('theme_fire/b_services.jpg') no-repeat;
	width: 99px;
}
#portfoliolink {
	background: url('theme_fire/b_portfolio.jpg') no-repeat;
	width: 101px;
}
#jobslink {
	background: url('theme_fire/b_jobs.jpg') no-repeat;
	width: 50px;
}
#contactlink {
	background: url('theme_fire/b_contact.jpg') no-repeat;
	width: 94px;
}
#contactlink:hover {
	background: url('theme_fire/b_contact_ro.jpg') no-repeat;
}
#homelink:hover {
	background: url('theme_fire/b_home_ro.jpg') no-repeat;
}
#profilelink:hover {
	background: url('theme_fire/b_profile_ro.jpg') no-repeat;
}
#serviceslink:hover {
	background: url('theme_fire/b_services_ro.jpg') no-repeat;
}
#portfoliolink:hover {
	background: url('theme_fire/b_portfolio_ro.jpg') no-repeat;
}
#jobslink:hover {
	background: url('theme_fire/b_jobs_ro.jpg') no-repeat;
}
#headmiddle, #homelink, #profilelink, #serviceslink, #portfoliolink, #jobslink, #contactlink {
	float: left;
	height: 48px;
}