@CHARSET "UTF-8";

body.default {
    background-color: #000000;
    color: #4b4b4b;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 17px;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    height: 100%;
}

body.fcb {
    background-color: #000000;
    color: #4b4b4b;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 17px;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    height: 100%;
    background-image: url(./../images/backgrounds/bg_fcb_blue.png);
    background-position: top left;
    background-repeat: repeat-x;
}

body.grass {
    background-color: #000000;
    color: #4b4b4b;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 17px;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    height: 100%;
	background-image: url(./../images/backgrounds/bg_grass.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

div.bgBodydefault{
	width: 1009px;
	/*float: left;*/
	margin: auto;
}
div.bgBodyfcb{
	width: 1009px;
	float: left;
	background-image: url(./../images/backgrounds/bg_fcb.png);
    background-position: top left;
    background-repeat: no-repeat;
}
div.bgBodygrass{
	width: 1009px;
	/*float: left;*/
	margin: auto;
}
