.wrapper {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fefefd+0,fefefd+53,dce3c4+90,aebf76+100 */
background: #fefefd; /* Old browsers */
background: -moz-linear-gradient(top, #fefefd 0%, #fefefd 53%, #dce3c4 90%, #aebf76 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #fefefd 0%,#fefefd 53%,#dce3c4 90%,#aebf76 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #fefefd 0%,#fefefd 53%,#dce3c4 90%,#aebf76 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefd', endColorstr='#aebf76',GradientType=0 ); /* IE6-9 */
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto; 
    width: 100%;
}

body {
	font-family: 'Open Sans', sans-serif;
	color: #003300;
	padding:0px;
	marging:0px;
}

.whitelink {
	color:#003300;
}
.whitelink a {
	color:#003300;
}

.teenyText {
	font-size:13px;
	padding:30px;
	text-align:center;
}
