/*typography*/
#intro-bg
{
	background: url(/img/star.gif) no-repeat top left;
	margin: 0 10px 0 20px;
	/*+placement:float-left 0px 0px;*/
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
}
#intro-bottom-bg
{
	background: url(/img/intro-bg.gif) no-repeat bottom;
	width: 970px;
	height: 405px;
	clear: both;
}
#intro-bottom-bg TABLE
{
	margin-left: 45px;
}
H1.intro-title
{
	font-size: 30px;
	margin: 10px 0 10px 90px;
	text-align: left;
}
SPAN.intro-title
{
	text-transform: uppercase;
}
#intro-text
{
	font-size: 14px;
	margin: 10px 30px 20px 120px;
	text-align: left;
}
H1.title
{
	font-size: 30px;
	margin: 10px 0 10px 10px;
	text-align: left;
}
.pink
{
	color: #E60082;
}
.blue
{
	color: #299ADE;
}
.description
{
	font-size: 30px;
	text-align: center;
}
TABLE#covers
{
	margin-left: auto;
	margin-right: auto;
}

