html, body {
	height: 100%;
	background: #000;
	text-align: center;
	font: 14px/20px "Comic Sans MS";
	color: #ccc;
}
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	text-decoration: none;
}
#wrap {
	width: 620px;
	min-height: 100%;
	margin: 0 auto -142px; 
	position: relative;
	overflow: auto;
}
/****************************thumbnail presentation****************/
			.wrapper {
	text-align: center;
	background-color: #999999;
	margin-top: 100px;
	padding-bottom: 30px;
			}
			.wrapper p {
				display: inline;
			}
			.wrapper span {
				margin: 1em;
				vertical-align: top;
				width: 200px;
				display: table-cell;
				display: inline-table;
				display: inline-block;
			}
			.wrapper p img {
				margin-bottom: 5px;
				border: none;
				margin-top: 5px;
			}	
#menu {
	margin: 10px auto;
	text-align: center;
}
#menu a {
	display: block;
	text-decoration: none;
	color: #ccc;
}
#menu a:hover {
	color: #ff0000;
}
/******************footer***************************************/	
#footer {
	height: 142px;
	width: 620px;
	position:absolute;
	left: 0;
	bottom: 0;
	background: url(footerBG.jpg) repeat-x;
	line-height: 60px;
	font-size: 11px;
	text-align: center;
	clear: both;
}


#mnimgl {float: left;}
#mnimgr {float: right;}
#footer #back:link, #footer #back:visited {
	height: 71px;
	width: 600px;
	display: block;
	color: #fff;
	text-decoration: none;
}
#footer p, #footer p a:link, #footer p a:visited {color: #333333;}
#footer #back:hover, #footer #back:active,
#footer p a:hover, #footer p a:active {color: #f00;}
