@charset "utf-8";
/* CSS Document */

*{margin: 0; padding: 0;}

.body 
{
background-image:url(images/body.jpg);
background-repeat: no-repeat;
}

.footer
{
background-image:url(images/footer.jpg);
background-repeat: no-repeat;
}

#link a:link {
	color: #013298;
	text-decoration: none;
}
#link a:visited {
	text-decoration: none;
	color: #013298;
}
#link a:hover {
	text-decoration: none;
	color: #5A748D;
}
#link a:active {
	text-decoration: none;
}

body
{background-color: #B6B6B6;}



#nav
{margin: 0 auto;

}