body {
	font-size:14px;
	font-family:tahoma, san-serif;
	margin:0;
	padding:0;
	background:#404040;
	}
a:link, a:visited {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	}
a:hover, a:active {
	text-decoration:underline;
	}
#logo {
	width:110px;
	height:105px;
	position:absolute;
	z-index:101;
	top:3px;
	right:45%;
	border:none;
	}
#wrapper p {
	font-size:1em;
	line-height:1.5em;
	}
#wrapper h1 {
	font-size:2em;
	line-height:1em;
	margin:1.25em 1em 0;
	letter-spacing:0.1em;
	color:#fff;
	text-transform:lowercase;
	padding:0.5em 0.25em;
	border:1px solid  #878787;
	border-bottom:none;
	background:#363636;
	}

#wrapper {
	width:600px;
	margin:6em auto;
	}

#content {
	border:1px solid #878787;
	margin:0 2em 2.5em;
	padding:1.5em;
	color:#fff;
	background:#555555;
	}

#footer {
	text-align:center;
	color:#fff;
	}
