* {
	padding: 0px;
	margin: 0px;
}

body {
	background: RGB(221,203,187);
}

ul {
	list-style: none;
}

#whitebox {
	background: white;
	width: 760px;
	height: 565px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 46px;
}

#logo {
	padding-top: 19px;
	padding-left: 11px;
}

#logo span {
	display: none;
}

#logo h1 {
	height: 42px;
	width: 104px;
	background-image: url(frontthumb/logo.jpg);
	background-repeat: no-repeat;
}

#thumbs {
	width: 700px;
	height: 420px;
	margin-top: 6px;
	margin-left: 12px;
	border: 5px solid RGB(230,230,230);
	border-bottom: none;
	position:absolute;
}

#thumbs li {
	float: left;
	height: 105px;
}

#thumbs #taller {
	position: absolute;
	top: 105px;
	left: 280px;
	width: 420px;
	height: 210px;
}

#thumbs #fill {
	height: 105px;
	width: 140px;
	clear: both;
}

#thumbs #fill2 {
	height: 105px;
	width: 140px;
}

#thumbs #fill3 {
	height: 105px;
	width: 140px;
	clear: both;
}

#nav {
	margin-top: 431px;
	margin-left: 12px;
	height: 53px;
	width: 700px;
	border: 5px solid RGB(230,230,230);
	border-top: none;
	clear: both;	
}

#nav li {
	float:left;
}

#print span, #illust span, #inter span, #mixed span, #inform span{
	display: none;
}

#print {
	height: 53px;
	width: 140px;
	background-image: url(frontthumb/printlink.jpg);
	background-repeat: no-repeat;
	display: block;
}

#print:hover {
	background-position: 0px -53px;
}

#illust {
	height: 53px;
	width: 140px;
	background-image: url(frontthumb/illustlink.jpg);
	background-repeat: no-repeat;
	display: block;
}

#illust:hover {
	background-position: 0px -53px;
}

#inter {
	height: 53px;
	width: 140px;
	background-image: url(frontthumb/interlink.jpg);
	background-repeat: no-repeat;
	display: block;
}

#inter:hover {
	background-position: 0px -53px;
}

#mixed {
	height: 53px;
	width: 140px;
	background-image: url(frontthumb/mixedlink.jpg);
	background-repeat: no-repeat;
	display: block;
}

#mixed:hover {
	background-position: 0px -53px;
}

#inform {
	height: 53px;
	width: 140px;
	background-image: url(frontthumb/informlink.jpg);
	background-repeat: no-repeat;
	display: block;
}

#inform:hover {
	background-position: 0px -53px;
}


