/* CSS Document */

body {
	background-attachment: fixed;
	background-color: #939393;
	background-image: url(background_body.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

a:link { 
	color: #FFFFFF;
	}
a:visited { 
	color: #FFFFFF;
	}
a:hover { 
	color: #FFFFFF;
	text-decoration: none;
	}
a:active { 
	color: #FFFFFF;
	}