	html
	{
		font-size: 100%;
	}
	
	body
	{
		background:url(../imgs/stripes.gif);
	}
	
	#central
	{
		width: 800px;
		position:absolute;
		left: 50%;
		margin-left:-400px;
		top: 0;
		background-color:#FFFFFF;
		
		
	}
	
	#stamp
	{
		width: 277px;
		height: 158px;
		background-image:url(../imgs/stamp-report.gif);
		position:absolute;
		right: 15px;
		top: 15px;
		background-repeat:no-repeat;
	}
	
	#stamp img
	{
		width: 100%;
		height: 100%;
		border:0;
	}
	
	#header
	{
		width: 800px;
		height: 250px;
		position: absolute;
		left: 0;
		top: 0;
		background-color:#FFFFFF;
	}
	
	
	
	#copy
	{
		width:800px;
		background-color:#FFFFFF;
		position: absolute;
		top: 250px;
		left: 0;
	}
	
	
	
	#footer
	{
		width: 100%;
		text-align:center;
		margin-top: 40px;
		margin-bottom: 40px;
	}
	
	#footer img
	{
		border: 0;
		margin-left: 25px;
		margin-right: 25px;
	}
	
	#movieFrame
	{
		text-align:center;
	}
	
	