body {
	background-color: #703529;
}
/* Image */
#mainimage {
	margin-left: auto;
	margin-right: auto;
	width: 468px;
}

/* Menu Bar */
#mainmenu {
	background-color:#2e3546;
	text-align: "center";
    margin-left: auto;
    margin-right: auto;
	border-style: double;
	width:706px;
}

#menutags {
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	background-color:#e0ddde;
}

/* Box That Makes up the Whole Main Content */
#mainpage {
	background-color:#2e3546;
    margin-left: auto;
    margin-right: auto;
	width:800px;
}

/* Box That Holds On Content */
#eachgametag {
	background-color:#e0ddd5;
    margin-left: auto;
    margin-right: auto;
	width:780px;
	height: auto;
}

/* Font Size for Blurbs */
#tagtext {
	font-size: 14px;
}

/* #Sorters */
#tagtag {
	font-size:10px;
	color: blue;
	text-align: center;
}

/* Links for Pictures */
#sources {
	background-color: #2e3546;
	color: #e0ddd5;
	position: relative;
	top: 0px;
	left: 0px;	
	text-align:left;
	content-top:10px;
	content-bottom:10px;
}

#posttag {
	background-color:#e0ddd5;
    margin-left: auto;
    margin-right: auto;
	width:780px;
	height: auto;
	text-align: center;
}

/* Centering an Image */	
#centerimage {
    margin-left: auto;
    margin-right: auto;
	width:128px;
}

/* Td Center Td */
#tdcenter {
	text-align: center;
}

#tdright {
	text-align: right;
}

/* Table Format */

#reviewtable {
	background-color:#2e3546;
	text-align: center;
    margin-left: auto;
    margin-right: auto;
	border-style: double;
	width: 95%;	
}

#reviewtd {
	background-color:#e0ddde;
	text-align: center;
}

#reviewpro {
	background-color:#e0ddde;
	text-align: center;
	width:200px;
}

#reviewtdtop {
	background-color:#2e3546;
	text-align: center;
	color: #e0ddde;
	font-weight: bold;
}

/* For Game Title */
h1 {
	font-size: 20px;
	font-weight: bold;
}

h2 {
	font-size: 40;
	font-weight: bold;
	
}

/* I tried to use CSS for the tables, however, I couldn't get them to work... 


	
