@charset "utf-8";


html, body {
margin:0;
padding:0;
height:100%;

}


body {
background-color:#FFFFFF;
background-image:url("background.jpg");
background-position:fixed;
background-repeat:no-repeat;
font-family:Helvetica;
font-size:10px;
color:#000000;
margin:0;
padding: 0;
}
#logo{
position:absolute;
left:800px;
top:0px;
}

#footer {
clear:both;
width:100%;
position: absolute;
bottom: 0px;
left: 0px; 
padding-left:35px;
padding-bottom:20px;
}	
	





A:link {color:#000000; text-decoration: none;}
A:visited {color:#000000; text-decoration: none;}
A:active {text-decoration: none}
A:hover {color:#000000; text-decoration: underline;}
a img{ text-decoration:none; border:none;}

</style>