#Gamecontent {
   position: absolute;
   top: 100px;
   left: 220px;
   width: 730px;
}
#GamecontentRight {
   position: absolute;
   top: 100px;
   left: 810px;
   width: 255px;
   height: 1100px;
}
#FeaturedGamesLeft {
   position: absolute;
   left: 15px;
  top: 100px;
   width: 150px;
}
#FeaturedGamesTop {
   position: absolute;
   left: 500px;
  top: 5px;
   
}

#Maincontent {
   margin-top: 1310px;
   margin-left: 10px;
   width: 730px;
}
#Legalcontent {
   position: absolute;
   top: 1600px;
   margin-left: 10px;
   width: 730px;
}

#Banner {
   position: absolute;
   left: 5px;
  top: 5px;

}
H1
{
	color:red;
}
H3
{
	color:red;
}
H5
{
	color:red;
}
body
{
	background: #71AFE0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
a:link, a:visited
{
	color: yellow;
	
}