html, body, * {
	margin:0;
	padding:0;
}
img { border:none; }
body {
	font-family:Helvetica, sans-serif, Arial;
	font-size:1em;
	padding:20px;
	background-color:#D8D8D8;
}
div#container {
	margin:80px auto;
	width:780px;
	height:500px;
	position:relative;
}
h1 {
	font-size:1em;
	margin:20px 0;
}
h1.footer-link {
	position:absolute;
	bottom:0;
	left:0;
	clear:both;
	font-size:12px;
	color:#666;
	font-weight:normal;
}
h1.footer-link a {
	font-size:12px;
	color:#666;
	text-decoration:none;
}
div#header a#logo {
	display:block;
	float:left;
	margin:0 20px 0 0;
}
div#contents a {
	color:#fff;
	text-decoration:none;
	border-bottom:1px dotted #fff;
}
div#contents a:hover {
	border-bottom:none;
}
div#contents a:visited {
}