.content_bg {
	background-image: url(/images/bglogo.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 60% 100%;
	background-color: #ffffee;
}

#bluebg {
    background-image: url(/images/greybglogo.gif);
    background-repeat: no-repeat;
    background-attachment: fixed;
	background-position: 60% 100%;
	background-color: #ccccdd;
	padding: 5px;
}

#greybg {
    background-image: url(/images/greybglogo.gif);
    background-repeat: no-repeat;
    background-attachment: fixed;
	background-position: 60% 100%;
	background-color: #dddddd;
	padding: 5px;
}


