

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	font: normal  14px Arial, "Times New Roman", Times, serif;
	color: #FFF; margin-top: 100px;

        
}


a {
	text-decoration: none;
	color: #999900;     
}

a:hover {
	text-decoration: underline;
	color: #FFF;
}


img {border: none}

a img {border: 0px solid #737301}
a:hover img {border: 0px solid #333}

#content {
	padding-top: 0px;
	float: left;
	width: 650px;
	padding-left: 10px;
        min-height:560px;
        margin-top: 25px;
	
}



#footer {
	clear: both;
	width: 955px;
	margin-top: 200px;
        padding-top: 0px;
        text-align: right;
	font-size: x-small;
        position: bottom;
        height: 35px;
        padding-right: 5px;
        margin-right: 5px;
      
       
}



