.thin {
    width: 850px;
    margin: 0px auto;
}

#content {
    margin: auto;
    width: 100%;
    overflow: hidden;
    background-color: #EEE;
    position: relative;
    top:-10px;
}

#wrapper {
    width: 90%;
    margin: 0px auto;
}

 .warn {
  	font-weight: bold;
 	color: yellow;
 }

 .utext {
 	font-weight: bold;
    color: blue;
 }

 .ok {
 	font-weight: bold;
 	color: #4CC417;
 }

 .crit {
 	font-weight: bold;
 	color: red;
 }

