body {
	text-decoration: none;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	color: #000000;
	background-color: #ffffff;
	background-image: url();
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	font-family:trebuchet MS, sans-serif;
}
a:link {
	text-decoration:none;
	color: #000000;
}
a:visited {
	text-decoration:none;
	color: #000000;
}
a:hover {
	text-decoration:none;
	color: #6dff69;
}
a:active {
	text-decoration:none;
	color: #000000;
}
.imageThumb {
	margin: 0px;
	-moz-box-shadow: 0px 4px 4px #cacaca;
	-webkit-box-shadow: 0px 4px 4px #cacaca;
	box-shadow: 0px 4px 4px #cacaca;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border-style: none;
	border-width: 0px;
}
.mainImage {
	margin: 0px;
	-moz-box-shadow: 0px 4px 4px #cacaca;
	-webkit-box-shadow: 0px 4px 4px #cacaca;
	box-shadow: 0px 4px 4px #cacaca;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	border-width: 0px;
	border-style: none;
}


.imageHolder {
	background: url(https://hosted.simonscans.com/images/thumbBG.png);
}
.container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#footer {
	font-size: .8em;
}
#footer a:link {
	text-decoration:none;
	color: #000000;
}
#footer a:visited {
	text-decoration:none;
	color: #000000;
}
