@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/layout-bg.png);
	background-color: #0d0e0d;
	background-repeat: repeat-y;
}
#content {
	position: absolute;
	text-align: justify;
	width: 561px;
	z-index: 1;
	left: 105px;
	top: 607px;
	color: #000;
}
#factAttack {
	position: relative;
	background-image: url(images/factattack.png);
	text-align: justify;
	width: 240px;
	height: 270px;
	left: 30px;
	top: 10px;
	padding-top: 80px;
	padding-left: 250px;
	padding-right: 10px;
	color: #000;
	font-size: large;
	font-style: italic;
}
a:link, a:visited {
    display: block;
    font-weight: normal;
    color: #000000;
    background-color: #0f4e01;
    width: auto;
    float: left;
    text-align: center;
    padding: 4px;
    text-decoration: none;
}
a:hover, a:active {
    background-color: #27a90b;
}
.title {
	color: #969409;
	font-weight: bold;
}
.Name {
	color: #969409;
	font-style: italic;
}
em {
	font-style: normal;
}
.translated {
	font-size: x-small;
}
.centered {
	text-align: center;
}
.rightAlign {
	text-align: right;
}
.smallerFont {
	font-size: small;
}