@charset "UTF-8";

/* Body */


body {
	
	background: #ffd780 url(../img/background_yellow.gif) repeat-x;
	margin: 0;
	font: 12px/16px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #000;
}

a img {
	border: none;	
}

h1 {
	font-size: 16px;
	color: #fff;

}

.error {
	color:#C00;
	font-weight: bold;
}