body
{
	margin: 0;
	padding: 0;
}

#container
{
	position: absolute;
	margin-left: -313px;
	margin-top: -100px;
	width: 616px;
	height: 200px;
	top: 50%;
	left: 50%;
}

#placeholder
{
	position: relative;
	left: 0;
	top: 0;
	margin-bottom: 25px;
	
	background: url(placeholder.png) no-repeat;
	width: 616px;
	height: 52px;
}

#history
{
	width: 616px;
	height: 60px;
	font-family: Myriad Pro, Helvetica;
	font-size: 26pt;
	text-align: center;
}

#history a
{
	color: black;
	text-decoration: none;
}

#history a:visited
{
	color: black;
	text-decoration: none;
}

#history a:hover
{
	
	text-decoration: none;
	color: white;
	background-color: black;
}

#c3
{
	width: 616px;
	height: 60px;
	font-family: Myriad Pro, Helvetica;
	font-size: 26pt;
	text-align: center;
}

#c3 a
{
	color: black;
	text-decoration: none;
}

#c3 a:visited
{
	color: black;
	text-decoration: none;
}

#c3 a:hover
{
	
	text-decoration: none;
	color: white;
	background-color: black;
}

