﻿a {
	outline:none;
}
img {
	border:none;
}
p {
	margin:10px 0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-align:left;
	color:#000000;
	background:#FFFFFF;
	margin:0;
	padding:0;
	background-repeat:no-repeat;
}
#container {
	border:1px solid #000000;
	position:relative;
	overflow:hidden;
	margin:10px auto;
	z-index:1;
}
#background {
	position:absolute;
	overflow:hidden;
	z-index:2;
}
#hitbox {
	position:absolute;
	overflow:auto;
	width:480px;
	height:500px;
	z-index:3;
}
#content {
	position:absolute;
	width:480px;
	height:500px;
	z-index:4;
}
#header {
	position:relative;
	margin:0 auto;
	width:480px;
	height:75px;
	z-index:5;
}
#article-background {
	position:absolute;
	margin:0 auto;
	width:480px;
	height:350px;
	z-index:5;
}
#article {
	position:relative;
	overflow:auto;
	margin:0 auto;
	padding:20px 25px 0 35px;
	width:420px;
	height:326px;
	top:2px;
	z-index:6;
}
#navigation {
	position:relative;
	margin:0 auto;
	width:480px;
	height:75px;
	z-index:7;
}
.dock {
	position:relative;
	height:50px;
	text-align:center;
	z-index:8;
}
.dock img {
	width:100%;
}
.dock-container {
	position:absolute;
	height:50px;
	z-index:9;
}
a.dock-item {
	display:block;
	width:40px;
	color:#000000;
	position:absolute;
	top:0px;
	text-align:center;
	text-decoration:none;
	z-index:10;
}
.dock-item span {
	display: none;
	z-index:11;
}