﻿
.centered {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 50%;
  margin: auto;
  background-color: black;
  color: white;
}

html{
	
	 background-color: #000000;
	color:#CCCCCC;

}
body { 
	font: 75% georgia, sans-serif;

	margin: 0px auto; 
	text-align:center;
	padding: 0;
	

	}
a{
		color:#999999;
	text-decoration:none;

}
a:hover{
	color:#CCCCCC;

}