html{
  height: 100%;
}
body {
  font-family: 'Lato', sans-serif;
  height: 100%;
}

a:visited, a:link
{
    text-decoration: none;
	color: #474747;
}

a:hover, a:active
{
    text-decoration: none;
	color: red;
}


#outercontent 
{
   display: table;
   width: 100%;
   height: 100%;
}

#content {
  font-family: 'Lato', sans-serif;
  font-size: 48px;
  position: relative;
  width: 400px;
  height: 100px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

