@charset "UTF-8";
/* CSS Document */

html,body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
#Michael {
	background:url(site/www.michaelmargraff.com.png) no-repeat;
	position:absolute;
	left: 50%;
	top: 50%;
	width: 500px;
	height: 88px;
	margin-top: -44px; /* moitié de la hauteur */
	margin-left: -250px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
