a, a:link, a:visited {
	color:#0B2558;
	text-decoration:underline;
}

a:hover, a:active {
	color: #0B2558;
	text-decoration:none;
	border-bottom: 1px dashed #0B2558;
}

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	margin: 0;
}

h1, #intro-text {
	display: none;
}

#container {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 200px;
	display: block;
}

#content {
	margin-left: -350px;
	position: absolute;
	top: -200px;
	left: 50%;
	width: 700px;
	height: 400px;
}

#footer {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	text-align: right;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	visibility: visible;
	display: block;
	padding: 35px 0px;
}

#footer .c64 {
	padding-right: 50px;
}

#footer .c64 a{
	padding: 10px 0;
	display:inline;
	background: transparent url(../images/c64.gif) no-repeat center center;
	width:32px;
	height: 25px;
	border:0;
}

#footer .c64 a:hover, #footer .c64 a:active	 {
	border:0;
}