.dark-layer {
position: absolute;
z-index: 88;
background-color: #fff;
}

#dark-layer-top {
width: 100%;
height: 215px;
top: 0px;
left: 0px;
}

#dark-layer-left {
width: 255px;
height: 100%;
top: 215px;
left: 0px;
}

#dark-layer-right {
width: 100%;
height: 100%;
top: 215px;
left: 780px;
}
#dark-layer-advice {
	height: 30px;
	width: 100%;
	background: url('../images/advice-bg.png') 0 0 repeat-x transparent;
	top: 0;
	left: 0;
}
#dark-layer-advice .dark-layer-text {
	float:right;
	margin-right: 50px;
	line-height: 30px;
	color: #ffffff;
}
#dark-layer-grey-advice {
	background: #aaaaaa;
    height: 30px;
    left: 0;
    top: 0;
    width: 100%;
}
#dark-layer-grey-advice .dark-layer-text {
	float:right;
	margin-right: 50px;
	line-height: 30px;
	color: #ffffff;
}
