@charset "utf-8";

/**************************************************

					  FOOTER

***************************************************/

#myFooter{
background-image:url(../layoutpics/bgFooter.png);
background-repeat:repeat-x;
width:100%;
height:76px;
}

#myFooterContents{
width:990px;
height:76px;
background-image:url(../layoutpics/centralFooter.jpg);
background-repeat:no-repeat;
margin-left:auto;
margin-right:auto;

}

#myFooterContentsArea{
width:100%;
height:auto;
}


#copyright{
width:250px;
height:52px;
background-image:url(../layoutpics/copyright.jpg);
background-repeat:no-repeat;
float:left;
margin-top:25px;
}

#disclaimer{
width:113px;
height:26px;
float:right;
background-image:url(../layoutpics/byAxones.jpg);
background-repeat:no-repeat;
margin-top:38px;
}

#copyright a:hover, #copyright a:link, #copyright a:active, #copyright a:visited{
color:#FFFFFF;
font-size:11px;
font-weight:bold;
text-decoration:none;
}