
h1 {
	bottom: 0;
	font-size: 1.5em;
}
#header {
	position: relative;
	text-align:center;
	height: 30px;
}
#main {
	width: 1000px;
	margin:0 auto;
}
#large 
{
	width: 700px;
	height: 700px;
	float: left;
	background: url(../images/loading.gif) no-repeat 50% 50%;
}
#large img {
	width: 700px;
	height: 700px;
	border: 0px solid #223348;
}
#thumbnail {
	width: 170px;
	height: 170px;
	overflow: auto;
	float: left;
	list-style: none;
	margin-left: 2px;
	padding: 3px;
	border: 0px solid #223348;
	background: #fff;
}
#thumbnail li {
	float: left;
	width: 140px;
	margin: 4px;
	_margin: 3px;
}
#thumbnail a {
	display: block;
	width: 140px;
	height: 140px;
	padding: 1px;
	border: 1px solid #ccc;
}
#thumbnail a:hover {
	border-color: #405061;
}