html, body, #wrapper{
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;
	line-height: 15px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/pd-productions-bg-wide.png);
	background-repeat: repeat-y;
	background-color: #CCCCCC;
	background-position: center;
}
a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: underline;
	color: #CCC;
}
a:active {
	text-decoration: none;
	color: #999;
}
#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 480px;
}
#content {
	padding: 20px;
	vertical-align: top;
	background-repeat: repeat-x;
}
