body {
	background: url('/img/gradient.gif') top left repeat-x #0A0A08; 
	border: 0px;
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size:90%;
}

div {
	margin:0px;
	padding:0px;
}

div.clr {
	clear:both;
}

img {
	border:none;
}

div.redbar {
	float:left;
	margin: 0 0 0 0;
	height: 208px;
	width: 100%;
	background: url('/img/header.gif') top left repeat-x #A72D2D;
	vertical-align:middle;
	border-bottom:1px solid #000;
}

div.con {
	width:400px;
	margin-left:0px;
	margin-right:0px;
	margin-left:auto;
	margin-right:auto;
}

img.logo {
  margin-top: 80px;
  width: 338px;
  height: 112px;
  z-index: ;
}

img.spider {
  position: absolute;
  height: 122px;
  width: 117px;
  margin-top: 20px;
  margin-left: 135px;
  z-index: 3;
}

div.content {
	width:400px;
	height:auto;
	margin-left:0px;
	margin-right:0px;
	margin-left:auto;
	margin-right:auto;
	padding:10px 0 0 25px;
}

ul {
  list-style-type: square;
  color: #F9CE66;
  margin: 0 0 0 25px;
}

a.email {
  color: #ffffff;
  text-decoration: none;
  border: 0px;
}

a.email:hover {
  text-decoration: underline;
  color: #F9CE66;
}


p {
  color: #fff;
  padding:0 0 0 0;
  margin: 5px 0 0 20px;
}

h1.medium {
  color: #F9CE66;
  font-weight:normal;
  font-size:17px;
  margin-bottom: 5px;
}


