/* CSS Document */

html {
	height: 100%;
	overflow: hidden;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #fff url(http://media.benoit-deldicque.com/images/bg10.gif) fixed top repeat-x;
}
#cnt {
	width:1000px;
	height:600px;
	margin:-300px -500;
	position:absolute;
	top:50%;
	left:50%;
	border: 10px solid #333333;
}