*, html, body {

	padding: 0;
	margin: 0
}

html, body {
	
	width: 100%;
	height: 100%	
}

body, div, td {
	font-family: Georgia;
	color: #777;
}

div#header,
div#footer {

	background-color: #E8E8E8;	
	min-height: 100px;
	padding-bottom: 20px
}

div#header div.content,
div#body div.content,
div#footer div.content {

	margin-right: auto;
	margin-left: auto;
	width: 800px	
}

div#header span.title {

	font-size: 60px;
	font-weight: bold;
	color: #999
}

div#body {
	padding: 10px;
}

label {
	font-size: 18px;
	font-weight: bold;
	display: block;
	margin: 10px 0
}