@charset "UTF-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
body {
	background:#fff url(../img/bg.gif) top left repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#fff;
}
#wrapper {
	width:660px;
	padding:20px 150px;
	height:600px;
	margin:0 auto;
}
#beaudoir {
	position:absolute;
	right:0px;
	top:30%;
	width:25px;
	height:75px;
	margin-top:-37px;
}
