body {
    padding: 40px;
    margin: 0px;
    background: url('/theme/img/che_bg.png') top left repeat;
}

.clear {
    clear: both;
    float: none;
}

#logo {
    display: block;
    width: 144px;
    height: 37px;
    background: url('/theme/img/che_logo.png') top left no-repeat;
}

#content {
    padding: 20px 0 0 0;
}

    #content span {
	display: block;
	float: left;
	width: 160px;
	padding: 5px;
	background: url('/theme/img/che_blockbg.png') top left repeat;
	font: 11px Arial, Verdana, Tahoma;
	color: #ffffff;
	line-height: 16px;
    }
    
	#content .s1 {
	    margin-right: 5px;
	}
	
	#content b {
	    font-weight: normal;
	    color: #ba1f00;
	}
	
	#content a {
	    text-decoration: none;
	    color: #ffffff;
	}
	
	#content a:hover {
	    text-decoration: underline;
	}
	
	#content p {
	    margin: 0px;
	    padding: 0 0 5px 0;
	}