BODY {
	background-color: #FFFFFF;
	margin:0px;
	background-image:url(intro_fd.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	}

#intro {
     position:absolute;
     left: 50%; 
     top: 50%;
     width: 780px;
     height: 450px;
     margin-top: -225px; /* moitié de la hauteur */
     margin-left: -390px; /* moitié de la largeur */
}

#go {
    text-align : center;
    position:absolute;
    width : 100%;
    margin-top: 245px;
    top : 50%;
}

.link {
   color : #933005;
   font-size : 10px;
   font-family : georgia, serif;
   font-size : 12px;
   text-decoration : none;
}