/* CSS Document */


a 	{
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
body {
	background-image:url(images/headerbg.png);
	background-attachment: fixed;
	background-color: #7fd7e4;
	background-repeat: repeat-x;
	background-position: left top;
	margin:0px;
	padding:0px;
	}
div#header {
	position: absolute;
	height: 88px;
	width: 100%;
	left: 0px;
	top: 0px;
	background-image: url(images/deathtoourenemies.png);
	visibility: visible;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left top;
}
div#wrapper {
	background-color: #000000;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 88px;
	z-index: 1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 260px;
}
div#menu{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #eeeeee;
	z-index: 100;
	width: 138px;
	left: 0px;
	top: 103px;
	text-align: right;
	line-height: 18px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #333333;
	padding-right: 20px;
	font-weight: bold;
	position: absolute;
	margin-top: 0px;
}
div#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #669999;
	z-index: 100;
	width: 500px;
	height: 232px;
	left: 180px;
	top: 103px;
	overflow: auto;
	position: absolute;
}
div#footer {
	position: absolute;
	width: 350px;
	left: 160px;
	top: 355px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: lowercase;
	color: #339966;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.cover {
	margin-right: 10px;
}
