@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/background_full.jpg);
	background-repeat: repeat-y;
	background-position:top center;
    background-attachment: scroll;
	background-color: #FFFFFF; 
	margin: 0px; 
	padding: 0px;
}

a:link	{
	/* color:#B6CD30; */
	color: #1A6699;
	text-decoration: none;
	}
a:visited {
	color:#1A6699;
	text-decoration: none;
	}
a:hover	{
	color:#5F641E;
	text-decoration: none;
	}
img {
	border-style: none;
}
.centerimg {
    display:block;
	margin-left: auto;
	margin-right: auto;
}