html {
	height: 100%;
	margin: 0;
	padding: 0;
	}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	}

div {
	margin: 0;
	padding: 0;
	}

#header {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 60px;
	border-bottom: 2px solid #333;
	background: #000;
	}

#link {
	position: absolute;
	bottom: 10px;
	left: 10px;
	text-decoration: none;
	color: #555;
	}

#link:hover,
#link:active {
	color: #777;
	}

#watermark {
	position: absolute;
	right: 30px;
	top: 10px;
	display: block;
	width: 118px;
	height: 80px;
	border: none;
	background: #000 url(../images/watermark.gif) top right no-repeat;
	}

#watermark span {
	margin: 0;
	padding: 0;
	display: none;
	}

#stack {
	width: 100%;
	height: 100%;
	}

#footer {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 4em;
	font-size: 60%;
	color: #333;
	padding: 0.5em 0;
	text-align: center;
	border-top: 2px solid #333;
	background: #000;
	}

#footer p {
	margin: 0;
	padding: 0;
	}

#footer a {
	text-decoration: none;
	color: #333;
	}

#footer a:hover,
#footer a:active {
	color: #777;
	}