* {
  margin: 0;
  padding: 0;
}
html, body 
{
   font-family: Georgia, Arial, Times New Roman;
   font-size: 1em;
   margin:0;
   padding:0;
   width:100%;
   height:100%;
}

.center_text
{   
   font-size: 2em;
   position: relative;
   top: 250px;
   right: 0px;
}

#content {
  position: relative;
  min-height: 100%;
}
* html #content {
  height: 100%;
}
#text {
  padding-bottom: 100px;
}
#footer {
  position: relative;
  height: 30px;
  margin-top: -30px;
}