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

html, body
	{
		height: 100%;	
	}
				
.centeredcontent
	{
		width: 100px;
		height: 100px;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -450px;	
		margin-top: -280px;			
	}

body
	{
		background-color:#CFE7CF;
	}