html
{
font-size: 62.5%;
}

html *
{
margin: 0;
padding: 0;
}

body
{
background-color: #efefef;
}

#flashcontent
{
	position:absolute;
    left: 50%; 
    top: 50%;
    margin-top: -200px; /* moitié de la hauteur de l'image */
    margin-left: -375px; /* moitié de la largeur de l'image */
	text-align:center;
} 
