body
{
	background: url(../../images/startscreen/bfl_bg_pattern.png) repeat left top;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
}
#innerBody
{
	width: 600px;
	margin: auto;
}
#mainImage
{
	margin: 50px 0 30px 0;
}
#infoBlocks
{
	width: 600px;
	text-align: left;
}
.infoBlock1,
.infoBlock3
{
	width: 170px; /* 190px */
	padding: 10px;
	height: 160px;
	float: left;
	margin: 0 15px 30px 0;
	background: #fff url(../../images/startscreen/bfl_block_corner.png) no-repeat right bottom;
}
.infoBlock3
{
	margin-right: 0;
}

div#infoBlocks h1 
{
	margin: 0 0 8px 0;
	color: #ed0029;
	font-size: 12pt;
}
div#infoBlocks p
{
	display: block;
	height: 95px;
	font-size: 11pt;
	line-height: 1.3;
}
div#infoBlocks a:link,
div#infoBlocks a:visited,
div#infoBlocks a:active,
div#infoBlocks a:hover
{
	display: block;
	width: 120px;	/* 170px */
	height: 21px;
	color: #6e1341;
	padding: 0 50px 0 0;
	font-size: 11pt;
	text-align: right;
	text-decoration: none;
	background-color: #fff;
	background-image: url(../../images/startscreen/bfl_arrows.png);
	background-repeat: no-repeat;
	background-position: right 0px;
}
div#infoBlocks a:hover
{
	color: #ed0029;
	background-position: right -21px;
}
#footer
{
	clear: both;
	font-family: arial, "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 9pt;
	color: #fff;
}
a.white:link,
a.white:visited,
a.white:active,
a.white:hover
{
	text-decoration: none;
	color: #FFFFFF;
	font-family: arial;
	font-size:8pt;
	font-style: normal;
}
a.white:hover
{
	text-decoration: underline;
}
.red
{
	color: #DD2222;
}