/*HTML*/

html{
height:100%;
overflow: -moz-scrollbars-vertical;

}
#bodyindex{
margin:0;
padding:0;
height: 100%;
background-color:#5d5d5d
}

#bodyindex p{

font-family:Arial, Helvetica, sans-serif;
font-size:.7em;
color:#000;
}
#bodyindex a{

font-family:Arial, Helvetica, sans-serif;
font-size:.8em;
font-weight:bold;
text-decoration:none;
color:#000;
}
#bodyindex a:hover{

color:#fff;
}
#bodyindex #logo{
margin-top:260px;}

#bodystage{
margin:0;
padding:0;
background-color:#fff;
height: 100%;
background-image:url(/images/backgrounds/stage_tile.jpg)
}

#stage{
width:100%;
margin:0 auto;
padding:0;
text-align:center;
}
#stageindex{
position:relative;
width:300px;
margin:0 auto;
padding:0;
text-align:center;
}
#stageindex #text{
position:absolute;
top:600px;
font-family:Arial, Helvetica, sans-serif;
font-size:.7em;
color:#000;
width:293px;
}
#stageindex #text a{
color:#000;
text-decoration:none;

}
#stageindex #text a:hover{
color:#fff;
text-decoration:underline;

}

.lowerBKG {
	background-image: url(../../images/rhino_lowerbackground.jpg);
	background-repeat: no-repeat;
	height: 208px;
	width: 621px;
	padding-top: 67px;
}
