
#footer
{
    position:absolute;
    bottom:0;
    height:35px;
    padding-top:10px;
   /* margin-top:5px;*/
    width:100%;
    background:white;
    z-index:1;
	font-size:0.8em;
	color:#949396;
}

#legal
{
    padding-left:25px;
	float:left;
}

#build_number
{
	float:right;
	margin-right:10px;
}

#footer a
{
    color:#A1A4A3;
}

#footer a:hover
{
    color:#515252;
}

#legal a
{
    background:transparent url(/migenius/doc/resources/general/iray/manual/css/mi/images/link_arrow.gif) no-repeat scroll left 2px;
    clear:both;
    display:block;
    text-decoration:none;
	padding-right: 0;
	padding-top: 0;
	padding-left: 12px;
	bottom: 3px;
	position: relative;
}

#legal a:hover
{
    background:transparent url(/migenius/doc/resources/general/iray/manual/css/mi/images/link_arrow_over.gif) no-repeat scroll left 2px;
    text-decoration:underline;
}

#contact
{
    border-top:1px solid #C6C9C8;    
    padding-bottom:5px;
    padding-top:3px;
    padding-left:25px;
	clear:both;
	float:left;
	width: 100%;
}

