html, body {
 height: 100%;
 width: 100%;
 margin: 0;
 padding: 0;
 border: none;
 text-align: center;
}

#gallery {
 height: 96%;
 width: 100%;
 margin: 0;
 padding: 0;
 border: none;
 color: #000000;
}

#wrapper {
 background-color: #EBEBEB;
 text-align: center;
 vertical-align: middle;
 color: #EBEBEB;
 font-family: "Courier New", Courier, Monospace;
 font-size:23px;
 height: 99%;
 width: 100%;
 margin: 0;
 padding: 0;
 border: none;
}

#inner_wrapper {
 height: 500px;
 margin: 0;
 padding: 0;
 width: 900px;
 color: #000000;
 font-family: "Courier New", Courier, Monospace;
 font-size:20px;
}

#description_table {
 color: #000000;
 font-family: "Courier New", Courier, Monospace;
 font-size:16px;
}

#about_table {
 width: 600px;
 color: #000000;
 font-family: "Courier New", Courier, Monospace;
 font-size:16px;
}

#info_links {
 color: #000000;
 font-family: "Courier New", Courier, Monospace;
 font-size:15px;
}

ul {
 color: black;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover,
a:active {
	color: #000000;
	text-decoration: none;
}