﻿body 
{
	font-size: smaller;
	margin:0px;
	background-color:#A3A1A2;
	background-image:url(Images/bg.gif);
	background-repeat:repeat-x;
}

#footer 

{
    clear: both;
    width: 100%;    
    text-align: center;
    font-size: 10px;
    padding: 3px;    
    border-top: 3px solid #333;
    background-color: #ECE620;
}

a
{
     COLOR: blue;
     TEXT-DECORATION: underline
}


