html, body {
	margin:0;
	padding:0;
	width:100%;
    height:100%;
}
body{
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	background-color: #ffffff;
	color: #444;
	font-size: 75%;
	
	display:table-cell;
	
	max-width:50em;
    margin:0 auto;
}
a{
	color: #27D;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}

div#container {
	padding-right: 19px;
	padding-left: 20px;
}

html {display:table;}
