
body {
	background-color: #000;
	margin: 5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
}
#outter-wrapper {
	width: 740px;
	margin: 0px auto
}
#inner-wrapper {
}

/* =Basic HTML, Non-essential
----------------------------------------------------------------------*/

a
{
	text-decoration: none;
}

h1
{
	color: #FFF;
	margin: 0 0 10px;
	padding: 0 0 5px;
	text-align: center;
}




/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox a img { border: none; }

.hoverbox img
{
	background: #fff;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 120px;
	height: 120px;
}
.hoverbox ul { padding: 0px; margin: 0px; }

.hoverbox li
{
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 200px;
	height: 200px;
}
.hoverbox .preview:hover { cursor: pointer }

#copy { text-align:center; color: #FFF; font-size: 0.8em; padding: 20px; clear:both }
#copy a { color: #FFF; text-decoration:none; }
