@charset "UTF-8";

@import "reset.css";

body {
	background-color:#FFFFFF;
	text-align:center;
}

#container {
	margin: 150px auto 0px auto;
	width:798px;
	height:411px;
	background-image: url(../images_humanphysio/backgr_intro.gif);
	background-repeat: no-repeat;
}

#human {
	float:left;
	width:348px;
	height:335px;
	margin-left: 38px;
	margin-top: 38px;
}

* html body #human { width: 310px; margin-left: 19px; }

#tier {
	float:right;
	width:348px;
	height:335px;
	margin-right: 38px;
	margin-top: 38px;
}

* html body #tier { width: 310px; margin-right:19px; }

#human a {
	background-color:#CCCCCC;
	display:block;
	width:348px;
	height:335px;
	background-image: url(../images_humanphysio/intro_anic_human_off.gif);
	background-repeat: no-repeat;
	text-decoration:none;
}

#human a:hover {
	background-image: url(../images_humanphysio/intro_anic_human_over.gif);
}

#tier a {
	background-color:#CCCCCC;
	display:block;
	width:348px;
	height:335px;
	background-image: url(../images_humanphysio/intro_anic_tier_off.gif);
	background-repeat: no-repeat;
	text-decoration:none;
}

#tier a:hover {
	background-image: url(../images_humanphysio/intro_anic_tier_over.gif);
}