html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	/*overflow: scroll;*/
}
html
{
	font-family: Verdana;
	background-color: #171b24;
	height: 100%;
	width: 100%;
}
body
{
	min-width: 1260px;
}
#background {
	width: 100%;
    position: absolute;
    top: 0;
    left: 0;
	z-index:-1;
}
#ie8andunder #left {
	position: relative;
	float: left;
	margin-top: 100px;
	margin-left: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #b2b2b2;
	width: 240px;
	behavior: url(css/PIE.htc);
}
#left {
	position: relative;
	float: left;
	margin-top: 100px;
	margin-left: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: rgba(255,255,255,0.7);
	width: 240px;
}
#ie8andunder #right {
	position: relative;
	float: right;
	margin-top: 100px;
	margin-right: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #b2b2b2;
	width: 240px;
	behavior: url(css/PIE.htc);
}
#right {
	position: relative;
	float: right;
	margin-top: 100px;
	margin-right: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: rgba(255,255,255,0.7);
	width: 240px;
}
#ie8andunder .col_title {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 4px;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	-moz-border-radius: 7px;
	border-radius: 10px;
	background-color: #333333;
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
.col_title {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 4px;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	-moz-border-radius: 7px;
	border-radius: 10px;
	background-color: rgba(0,0,0,0.7);
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
#cont_wrapper
{
	width: 722px;
	margin-left: auto;
	margin-right: auto;

}
#wrapper
{
	width: 1260px;
	margin-left: auto;
	margin-right: auto;
}
#header
{
	min-width: 682px;
	min-height: 75px;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 25px;
	background-image: url(../img/firelogo.png);
	background-repeat: no-repeat;
	background-position: center;
}
#ie8andunder #content
{
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 25px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #b2b2b2;
	behavior: url(css/PIE.htc);
}
#content
{
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 25px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: rgba(255,255,255,0.7);
}
#ie8andunder #nav
{
	width: 77%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #333333;
	text-align: center;
	behavior: url(css/PIE.htc);
}
#nav
{
	width: 93%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: rgba(0,0,0,0.7);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
#ie8andunder #main
{
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #808080;
	behavior: url(css/PIE.htc);
}
#main
{
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: rgba(0,0,0,0.4);
}
#ie8andunder #footer
{
	margin-left: 5px;
	margin-right: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #b2b2b2;
	text-align: center;
	behavior: url(css/PIE.htc);
}
#footer
{
	margin-left: 5px;
	margin-right: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: rgba(255,255,255,0.7);
	text-align: center;
}
ul
{
	margin-left: auto;
	margin-right: auto;
	list-style-type:none;
	margin:0;
	padding:0;
	overflow:hidden;
}
li
{
	float:left;
}
li > a:link, li > a:visited
{
	display:block;
	width:120px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	padding:4px;
	text-decoration:none;
	text-transform:uppercase;
}
li > a:hover, li > a:active
{
	background-color:#0c0c0c;
}
#ts {
	width: 150px;
	margin: 0 auto;
}
h3 {
	text-align: center;
}
#server_info {
	text-align: right;
	width: 190px;
	margin: 0 auto;
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
}
#error {
	color: #BB0000;
}