html {
   height: 100%;
   margin: 0px;
   padding: 0px;
} 

body {
    margin: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.5;
    background: #669163 url("/fs/uploads/Sportheim_Template/bg_body.jpg") repeat-x;
}

* {
    outline: 0;
}

/* for flexcroll */
#content_contentwrapper {
	height: auto;
	float: left;
	z-index: 1;
}

#logo {
    width: 515px;
}

#coloredTable {
    background: #D1DFD2;
    border: double;
}

#coloredTable th{
    border-bottom: thin solid;
}
