body {
	background-color: #000;
	color: #fff;
	font-family: verdana;
	font-size: 10pt;
}

#head {
	background-color: #333;
	border: 1px solid #666;
	padding: 10px;
	margin: 0 0 20px 0;
}

p {
	padding: 0;
	margin: 1em 0;
}

a {
	color: #00aeff;
	text-decoration: none;
}

a:hover {
	background-color: #00aeff;
	color: #fff;
}

h1 {
	margin: 10px 0;
	font-size: 190%;
	font-weight: normal;
	font-style: italic;
	color: #fff;
}

img { border: 0; }


#imageGrid {
	position: relative;
}

#imageGrid div {
	position: absolute;
	overflow: hidden;
}

a.thumb {
	display: block;
	border: 1px solid #000;
}

a.thumb:hover {
	border: 1px solid #fff;
}

.box0 {
	width: 192px;
	height: 288px;
}
.box1 {
	width: 128px;
	height: 192px;
}
.box2 {
	width: 128px;
	height: 96px;
}
.box3 {
	width: 64px;
	height: 96px;
}