.bg {
	background-attachment: scroll;
	background-image: url(images/bgBlue.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
a:link {
	color: #ffffff;
	text-decoration: none;
}

a:visited {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #D7D1C4;
	text-decoration: none;
}

a:active {
	color: #ffffff;
	text-decoration: none;
}
