body {
	background:#99c1d6 ;
	font-family: Helvetica;
	margin: 0px auto;
}
a{
 color: #fff;
 }
a:hover{
 color: #66abcb;}
#wrapper {
	margin: 0px auto;
	width: 970px;
}
#top-img {
	width: 987px;
	height: 633px;
	background: url(lisa.gif);
	background-repeat: no-repeat;
}

br{
clear: left;
}
#footer {
  clear: both;
  background: transparent;
  width: 970px;
  height: 23px;
	color: #333;
}
#footer p{
  color: #fff;
  font-size: 12px;
  padding: 5px;
  margin: 0px auto;
  text-align: center;
  font-weight: bold;
}
#legal{
  clear: both;
  margin-top: 20px;
}
#legal p {
	font-size: 10px;
}

#legal a{
  color: #13a9ff;
}

div.flash-error  {
background-color:white;
border:2px solid red;
left:274px;
padding:5px 15px;
position:absolute;
top:-40px;
}