﻿div.Placeholder {
	background:#000000;
}

div.Placeholder div.Main div.CustomBackground {
	padding:0px;
	position:relative;
	/*height:530px;*/
	height:574px;
}

div.Placeholder div.Main div.CustomBackground div.Content {
}

div.Placeholder div.Main div.CustomBackground div.Areas {
	position:absolute;
	bottom:20px;
}

div.Placeholder div.Main div.CustomBackground div.Areas div.Area {
	width:227px;
	height:150px;
	overflow:hidden;
	background-color:Transparent;
	border:0px solid #333333;
	padding:0px;
	float:left;
	margin-left:10px;
	background-repeat:no-repeat;
	background-position:top right;
}

div.Placeholder div.Main div.CustomBackground div.Areas>div.Area {
	width:227px;
	margin-left:14px;
}

div.Placeholder div.FooterPane {
	background-color:#000000;
	color: #333333;
}

div.Placeholder div.FooterPane a {
	color: #333333;
	text-decoration: none;
}

.Left {
	float:left;
}

.Right {
	float:right;
}
