a
{
	outline: none;
}

img
{
	border: none;
}

h1
{
	text-indent: -9999px;
}

html
{
	background-color: #3c3768;
}

#box
{
	width: 800px;
	height: 600px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -400px;
	margin-top: -300px;
}

#title
{
	background: url(images/layout/titlebg.png) no-repeat;
	width: 750px;
	height: 10px;
	float: left;
	padding: 25px;
}

#content
{
	background: url(images/layout/contentbg.png) repeat-y;
	width: 770px;
	height: 460px;
	padding: 30px;
	float: left;
}

#footer
{
	background: url(images/layout/footerbg.png) no-repeat;
	text-indent: -9999px;
	width: 800px;
	height: 30px;
	display: all;
	float: left;
}

#thumbs
{
	float: left;
	width: 246px;
	height: 490px;
}

#thumb
{
	float: left;
	width: 72px;
	height: 72px;
	margin: 5px;
	text-align: center;
	background-color: whitesmoke;
	border: white;
}

#pic
{
	float: left;
	width: 478px;
	height: 478px;
	overflow: hidden;
	text-align: center;
	border: 3px solid #f6f6f6;
	background-color: #dbdbdb;
}