body {
	  background:#FFBF46;
}
/* Main content */
#container {
  text-align: left;
  width: 960px;
  height: 1200px;
}

#main {
  text-align: left;
  background:url(../images/bg_yellow.gif);
  height: 1200px;
  position: relative;
}

#logo {
	position:absolute;
	background:url(../images/logo_vef_2007.gif);
	width:364px;
	height:352px;
}

#left, #right, #header {
	display:none;
}

#menu {
  display:none;
}

#content {
  position : absolute;
  top:  70px;
  left: 30px;
  width: 900px;
  height: 100%;

}


#footer {
	display:none;
}


/* Errors */
div.fieldWithErrors {
  display:inline;
}

div.fieldWithErrors input, input.fieldWithErrors {
  background:#FF0041;
  color:#FFF;
}

div.errorMessage {
  font-style: italic;
  color:#888;
  font-size:12px;
}
