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

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

a
{
	text-decoration: none;
}

body
{
	background: #000;
	background-image: url(../images/bodybg.png);
	background-position: -30px -200px;
	top: 30px;
	background-repeat: no-repeat;
	color: #777;
	margin: 0 auto;
	padding: 50px;
	position: relative;
	width: 620px;
}

h1 {
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  color: #FFFFFF;
  margin: 0;
  padding-bottom: 5px;
  padding-top: 15px;
  text-align: left;
  }


#header {
  margin: 0 auto;
  padding-left: -17px;
  padding-bottom: 30px;
  width: 605px;
  height: 60px;
  }
  
#header img {
  margin: 0;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  
    border-bottom: 1px dotted white;
}

  
#pic p {
  text-align: center;
  color: #FFFFFF;
    
  
  }

#pic img {
  padding-top: 30px;
  }

#pic a {
  color: red;
  }
  
#pic a:hover {
  text-decoration: underline;
  }

p
{
	clear: both;
	font: 10px Verdana, sans-serif;
	padding: 10px 0;
	text-align: center;
}

p a
{
	background: inherit;
	color: #777;
}

p a:hover
{
	background: inherit;
	color: #000;
}

/* =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 img
{
	background: #fff;

	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

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

.hoverbox .preview
{


	border-color: #000;
	width: 200px;
	height: 150px;
}
