
html {
	-webkit-text-size-adjust: auto;
	height: 100%;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	}

div#wrapper {
	margin: 40% auto 0px auto;
	font-family: serif;
	font-size: 0.95em;
	line-height: 1.4em;
	width: 400px;
	padding-top:50px;
	background-color: white;
	overflow: none;
		border-style: solid;
		border-radius: 15px;
		border-width: 15px;
	border-color: #cce5d8;
	
}
