body {
	background-color: #E2E2E2;
	font-family: arial;
	margin: 0px;
	padding: 0px;
	}
#toparea, #instruct {
	background-color: #313131;
	color: #FFF;
	text-align: center;
	font-size: 60px;
	font-weight: bold;
	padding: 10px;
	}
#disptags {
	color: #FFF;
	text-decoration: none;
	}
#dispinstruct {
	color: yellow;
	text-decoration: none;
	}
#tiles {
	margin: 5px;
	}
#tiles a {
	margin: 0px;
	padding: 0px;
	}
#tiles img {
	border: 5px solid #E2E2E2;
	padding: 0px;
	margin: 0px;
	}
#tiles img:hover {
	border: 5px solid #FFF;
	}
#instruct {
	display: none;
	background-color: #222222;
	border-top: 2px solid #222;
	font-size: 24px;
	color: #999;
	text-align: left;
	}
#about {
	float: left;
	width: 200px;
	margin-right: 100px;
	font-size: 12px;
	color: #666;
	}
#about a:link, #about a:hover, #about a:active, #about a:visited {
	text-decoration: none;
	color: inherit;
	}
.sidehighlight {
	background-color: #333;
	color: #B6C0BA;
	}
#upform {
	float: left;
	width: 600px;
	}
#picsubmit, #closeup {
	border: 2px solid #000;
	background-color: yellow;
	color: #333;
	padding: 5px;
	margin: 0px;
	font-size: 20px;
	font-weight: bold;
	}
#closeup {
	background-color: #999;
	}
#errortime {
	
	}
#sitelogo {
	position: absolute;
	top: 0px;
	left: 0px;
	}
#sitelogo img {
	border: 0px;
	}	
#thesteps {
	float:left;
	color: #FF9EFF;
	font-size: 24px;
	margin-top: 15px;
	}
#thethanks {
	float:right;
	color: #EEE;
	font-size: 24px;
	width: 300px;
	margin-top: 15px;
	}
#tagcloud {
	display: none;
	text-align: center;
	background-color: #414141;
	padding: 15px;
	text-transform: lowercase;
	}
#tagcloud a:link, #tagcloud a:active, #tagcloud a:visited {
	text-decoration: none;
	color: #DDD;
	}
#tagcloud a:hover {
	border-bottom: 1px dotted #DDD;
	}
#tag {
	text-align: center;
	background-color: #414141;
	padding: 15px;
	text-transform: lowercase;
	color: #DDD;
	}
#tag a:link, #tag a:active, #tag a:visited {
	text-decoration: none;
	color: #DDD;
	}
#donate {
	text-align: center;
	background-color: #414141;
	padding: 15px;
	color: yellow;
	}
#donate a:link, #donate a:active, #donate a:visited {
	color: #CCC;
	padding: 5px 10px 5px 10px;
	margin: 5px;
	border: 1px solid #CCC;
	background-color: #313131;
	text-decoration: none;
	}