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

body
	{
	margin:0px;
	background-color:#666666;
	}
	
.centered
	{
  	position: absolute;
  	top: 0;
  	right: 0;
  	bottom: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	margin: auto;
  	color: white;
	} 
	
.bigbox
	{
  	top: 50px;
  	position:relative;

	}


p
	{
	font-family:Georgia,"Times New Roman",Times,serif;
	color:#CCCCCC;
	font-weight:bold;
	}

a
	{
	color:#FFFFFF;
	text-decoration:none;
	}

a:hover
	{
	color:#FFFFFF;
	text-decoration:underline;
	}
