html,body { 
        height: 100%; 
}
body {
	background-color:black;
	overflow:hidden;
	color:white;
}
p {
	font-size: 12px;
	font-family: Georgia, Times, Times New Roman, serif;
	color:grey;
}