﻿@charset "utf-8";
/* CSS Document */

body {
	background-color: #74070e;
	background-image: url(../images/interface/global_back_ext.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
}
#wrapper {
	margin-top: 98px;
	width: 1052px;
	position: absolute;
	left: 50%;
	margin-left: -526px;
}
#alt_wrapper {
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}
#left_ext {
	float: left;
	height: 603px;
	width: 46px;
	background-image: url(../images/interface/left_ext.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#right_ext {
	float: left;
	height: 603px;
	width: 46px;
	background-image: url(../images/interface/right_ext.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#ffhack {
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e1c80a;
	border-bottom-color: #85821d;
	width: 960px;
	float: left;
	height: 600px;
}

#footer {
	background-image: url(../images/interface/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	float: left;
	height: 45px;
	width: 90%;
	padding-top: 10px;
	padding-right: 5%;
	padding-left: 5%;
}
strong {
	color: #e1c80a;
}

#footer #copy {
	float: left;
	width: 50%;
}
#footer #about {
	float: left;
	width: 50%;
	text-align: right;
}
p {
	margin: 0px;
}
a {
	text-decoration: none;
}
a:link {
	color:#FFFFFF;
}
a:visited {
	color:#FFFFFF;
}
a:hover {
	color:#e1c80a;
}
a:hover {
	color:#e1c80a;
}

