/* CSS Document */
.body-OD {
	background-image:url(../img/gallery/images/front-page/image3.html)
    background-repeat: no-repeat;
    background-attachment:fixed;
    -webkit-background-size:cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.font-grey {
	color: #494949;
}
.font-off-white {
	color: rgba(200,200,200,1.00);
}
.font-purple {
	color: #BE00D0;
}
.white {
	background-color:#FFFFFF;
}
