/*
    Document   : background.css
    Created on : Oct 21, 2012, 3:29:10 AM
    Author     : fatman
    Description:
        Purpose of the stylesheet follows.
*/
xbody {
    background-color: #eee;
    background-image:
	-webkit-linear-gradient(0deg, rgba(255,255,255,.07) 50%, transparent 50%),
	-webkit-linear-gradient(0deg, rgba(255,255,255,.13) 50%, transparent 50%),
	-webkit-linear-gradient(0deg, transparent 50%, rgba(255,255,255,.17) 50%),
	-webkit-linear-gradient(0deg, transparent 50%, rgba(255,255,255,.19) 50%);
    background-size: 123px, 429px, 537px, 953px;
}

body.ozgh
{
	background:url(/img/subtle_stripes.png);
}

body.lasagna
{
    background-image:url(/img/wild_oliva_r1_c1.png);

}