@charset "UTF-8";
body{
        background-color:black;
	width:800px;
}
p{
	color:White;
	text-align:center;
}
#center{
	position:relative;
	top:125px;
      
}

