
html, body {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18pt;
  color: #444;
  background-color: #000;
  /*
  background-color: #f0f0f0;
  height: 100%;
  */
}

a:link, a:visited, a:active {
color:#a50000;
text-decoration:none;
}

a:hover {
color:#a50000;
text-decoration:underline;
}

#header {
  background:#231F20 url(http://image.epicpetwars.com/crime_wars/street-bg.jpg) repeat scroll center top;
  border-style: solid;
  border-width: 0 2px 2px;
  border-color: #a50000;
  padding: 8px 0 0;  
  width: 760px;
  margin: 0 auto 20px auto;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
}

#header-left {
  float: left;
  width: 310px;
  height:90px;
  margin-left:20px;
  margin-top:0;
}

#header-right {
  float: right;
  width: 285px;
  height:110px;
  text-align: right;
  padding-top:0;
}

#main-container {
  width: 750px;
  height:485px;
  margin: 0 auto;
  border:2px solid #a50000;
  background:#231F20 url(http://image.epicpetwars.com/crime_wars/street-bg.jpg) repeat scroll center top;
  padding:0 5px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

#content {
	background:transparent url(http://image.epicpetwars.com/crime_wars/content-bg2.png) no-repeat scroll center top;
	float: left; 
	width: 750px; 
	height:403px;
}

#content div.content-container {
	width:500px;
	padding-left:125px;
}

#content div.download {
	text-align:center;
}

#characters {
	text-align:center;
	width:750px;
	position:absolute;
	top:327px;
}

#bullet-holes {
	text-align:center;
	width:154;
	position:absolute;
	top:565px;
	left:360px;
}

#footer {
  margin:20px auto 30px;
  width:750px;
  height:27px;
  text-align: center;
  font-size: 9pt;
  color: #777;
}

#footer div.copyright {
	width:350px;
	float:left;
	text-align:left;
	padding-top:14px;
}

#footer div.social {
	width:300px;
	float:right;
	text-align:right;
}

/*** COMMON ***/

h1 {
	font-size: 9.5pt;
	line-height: 1.5em;
	color:#fff;
}

q {
  text-align: left;
  color: #888;
  font-style: italic;
  margin: 5px 0px;
}

ul {
  margin: 10px;
  padding: 0 0 0 20px;
}

li {
  padding-bottom: 0.5em;
}

.clear {
  clear: both;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}