﻿#pageContainer, #mainbody, body, html {
	min-height:100%;
}

body {
	background-image:url(../images/shared/mainBG.jpg);
	background-repeat:repeat-x;
	background-color:#bfafa8;
	padding:0;
	margin:0;
}

#pageContainer {
	width:816px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	padding:0;
	margin:0;
}

#header {
	margin:0;
	padding:0;
}

#topbar {
	background-image: url(../images/shared/topbarBG.png);
	display: flex;
	padding: 8px 0 8px 12px;
}

#topbarButton {
	padding-left: 8px
}

#topbarButtonRight {
	position: absolute;
	margin-left: 476px;
}

#button {
	padding-top: 96px;
	padding-left: 16px;
}

#weapons {
	background-repeat:no-repeat;
	background-image:url(../images/index/aboutBG.png);
	height: 220px;
	width: 816px;
	margin: 0;
	padding: 0;
}

#weaponsBG {
	background-image: url(../images/index/belowAboutBG.png);
}

#downtime {
	background-repeat: no-repeat;
	background-image: url(../images/index/downtimeBG.png);
	height: 536px;
	width: 816px;
	margin: 0;
	padding: 0;
}

#downtimeButton {
	position: absolute;
	margin: 65px 0 0 180px;
}

#preFooter {
	background-image: url(../images/shared/DownloadBG.jpg);
	height: 112px;
}

#GetWeapons {
	width: 411px;
}

#footer {
	background-image: url(../images/shared/footerBG.png);
	height: 60px;
}

#footerLogo {
	padding-left: 2px;
	width: 124px;
}

#copyright {
	float: right;
	color: #a3a3a3;
	font-size: 10px;
	text-align: left;
	width: 660px;
	padding-right: 20px;
	padding-top: 8px;
}

#patchNotes {
	background-image:url(../images/shared/patchNotesBG.png);
}

ul {
	margin-left: 50px;
}

ul.a {
	list-style-type: disc;
}

ul.b {
	list-style-type: circle;
}

li {
	color: #f4f4f4;
	padding-top: 3px;
	padding-bottom: 3px;
}