body {
    background-color: #FFF;
    background-image: url("../images/bg.gif");
    background-repeat: no-repeat;
    margin: 0px;
}

img {
    border: 0px;
}

form {
    padding: 0px;
    margin: 0px;
}

p, table, td, th, a {
   font-family: trebuchet ms, Verdana;
   font-size: 12px;
}

#footer, #footer a {
	font-family: trebuchet ms, Verdana;
	color: #B92125;
	text-transform: uppercase;
	font-size: 10px;
	padding-bottom: 15px;
}

#warnings-container {
    margin-bottom: 10px;
}

.warning {
    color: red;
    font-size: 14px;
}

.clear {
    clear: both;    
}    