.fullheight {
	height: 100%
}

.welcome {
	font-family: "Georgia";
	color: #f6dab3;
	font-size: 90px;
	line-height: 10px;
}

html, body, #wrapper {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: center;
}

#wrapper {
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
}