body, html {
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	background-color: #737c86;
	margin:0;
	color: #34383d;
	line-height: 21px;
	text-shadow:#a0b5ce 1px 1px 1px;
}

a {
	color: #202325;
	text-decoration: none
}

img {
	border: none;
}
div#header {
	display: block;
}
div#content {
	
	padding: 150px;
	text-align: center;
	display: block;
}


div#footer {
	text-align: center;
	display:block;
	font-size:11px;
}