body, 
td,
th
{
	font: normal 10pt Arial, Helvetica, sans-serif;
}

html,body
{
	height:100%;
	margin:0;
	padding:0;
}

body
{
	/* pattern background
	background: #2D2D2D url(/images/bg.gif?v=200809051028) repeat scroll; */
	background-color: #2D2D2D;
	text-align:center;
	min-width:1016px;
	min-height:658px;
}

.v
{
	float:left;
	height:50%;
	margin-top:-329px;/* half vertical height*/
	width:100%;
}

.h 
{
	width:1016px;
	margin-left:auto;
	margin-right:auto;
	height:658px;
	overflow:auto;/* allow content to scroll inside element */
	text-align:left;
	clear:both;
}

#puccini
{
	width:1000px;
	height:622px;
	background-color:#000;
}

#footer
{
	font-size: 7pt;
	color: #555;
	text-transform: uppercase;
	padding: 0 8px;
	height: 20px;
	letter-spacing: .75px;
}

#footer .credits
{
	float: right;
}

#footer .credits a
{
	color: #555;
	text-decoration: none;
}

#footer .credits a:hover
{
	text-decoration: underline;
}