html
{
height:100%;
}

body
{
background-color:#FF0000;
color: #FFF;
text-align: center;
font-size: 18px;
}

hr
{
margin: auto;
width: 500px;	
}
