@charset "UTF-8";
/* CSS Document */

*
	{
	margin:0px;
	padding:0px;
	}
	
html,
body
	{
	background-color:#361d15;
	width:100%;
	height:100%;
	}
	
img
	{
	border:0px;
	}
	
#centre
	{
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-381px;
	margin-top:-300px;
	width:762px;
	height:600px;
	}
	
#flash
	{
	width:762px;
	height:600px;
	background-color:#FF0000;
	}
