#letterbox
{ position: relative; height: 1%; overflow: hidden;
} #letterbox #introduction { position: absolute; left: 10px; bottom: 10px; width: 910px; height: 110px; padding: 0 15px; background: url('/Images/Transparencies/000000-80.png') repeat;	/*	background-color: Black; filter:alpha(opacity=80); -moz-opacity: 0.8; -webkit-opacity: 0.8;	*/ -moz-border-radius: 5px; -webkit-border-radius: 5px; } #letterbox #introduction .column, #spots .column { float: left; margin-right: 20px; width: 290px; padding-top: 6px; } #letterbox #introduction .last, #spots .last { margin-right: 0; } #letterbox #introduction .column h2 { margin: 0 0 5px 0; padding: 0; } #letterbox #introduction .column img { float: left; margin-right: 10px; } #letterbox #introduction .column p { color: White; margin: 0; } #letterbox #introduction .column h2#strapline { font-size: 27px; text-align: center; padding: 32px 0 0 0; color: White; } #letterbox #introduction .column h2 a { color: White; font-size: 16px; padding: 0 15px 0 0; background: url(/Images/Navigation/LinkArrowWhite.png) right 5px no-repeat; }
#spots
{ position: relative; height: 1%; overflow: hidden; background-color: #f4f4f4; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding: 5px 25px;
} #spots .column {
/*	background: url(/Images/Inspiration/Spot-Divider.png) right top repeat-y;
*/ } #spots .last { background: none; } #spots .column h3 { padding-left: 25px; background: url(/Images/Icons/ContentHeaderWhite.png) left center no-repeat; color: Black; margin-bottom: 10px; font-size: 14px; font-weight: normal; } #spots .column p { color: Black; padding-right: 20px; }
