@import url('reset.css');

body{
	background:#000;
	color:#fff;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	
}

/* unvisited link */
a:link {
    color: red;
}

a{
	color:#fff;
	text-decoration:none;
}


.ac_content h1 span{
	display:block;
	font-weight:normal;
	font-size:14px;
}

.ac_header{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	font-size:13px;
	background:#000;
	opacity:0.9;
	height:120px;
	padding-bottom:5px;
}
.ac_header a{
	padding:10px 20px;
	letter-spacing:1px;
	text-shadow:1px 1px 1px #000;
	color:#ddd;
	float:right;
}
.header a:hover{
	color:#fff;
}
.ac_header a span{
	font-weight:bold;
}
.ac_header a.ac_left{
	float:left;
}

/* original footer below */

.ac_footer{
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	font-size:13px;
	background:#000;
	opacity:0.9;
	height:30px;
	padding-bottom:5px;
}
.ac_footer a{
	padding:10px 20px;
	letter-spacing:1px;
	text-shadow:1px 1px 1px #000;
	color:#ddd;
	float:right;
}
.footer a:hover{
	color:#fff;
}
.ac_footer a span{
	font-weight:bold;
}
.ac_footer a.ac_left{
	float:left;
}