body {
  background-color: black;
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
  font-size: 18px;
}
DIV#page_header {  
                background-color: 930000; 
                background-repeat: no-repeat;
                color: transparent;
                padding-right: 0px;
                font-size: 10px;
                width: 100%; 
}
a {  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;  font-size: 18px;  color : black;}
a:active {  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;  font-size: 18px;  color : black;}
a:hover {  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;  font-size: 18px;  color : black;}

#title_image{
	text-align: center;
	padding-top: 20px;
	width: 800px;
}

HR {
	height:1px;
	width:30%;
	border: none 0;
	border-top: 1px dashed #000;/*the border*/
  }

#content{
  width: 950px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 00px;
  text-align: center;
}

.game{

  text-align: left;

}

.game a{
}

.game td{
	padding: 10px;
}

.game img{
	height: 200px;
	border: none;
}

.gamelinks{
	text-align: center;
	padding-top: 10px;
}
.gamelinks a{
	font-size: 12px;

}

.redbox{
	color: white;
	background-color: #720000;
	clear: both;
	font-size: 18px;
	text-align: center;
	margin-top: 10px;
	padding: 10px;
	width: 100%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.whitebox{
	color: black;
	background-color: white;
	clear: both;
	font-size: 18px;
	text-align: center;
	margin-top: 10px;
	padding: 10px;
	width: 100%;
	height: auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.question{
	font-size: 24px;
	font-weight: bold;
 text-align: left;
}

.answer{
	margin-left: 30px;
	margin-bottom: 30px;
 text-align: center;
}
#tweets{
	float: right;
	width: 30%;
}

#footer{
	clear: both;
	font-size: 18px;
	text-align: center;
	padding-top: 40px;
}


.contact a{
	text-decoration: none;
	color: white;
 }
