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