
* {
	margin: 0;
	padding: 0;
}
img {border: none;}

body {
  font-family: Arial, Helvetica, sans-serif;
  color: #5e5e5e; 
  font-size: 12px;
  text-align: center;
  line-height: 22px;
  background: url(bg.gif) top left repeat-x;
  margin: 0 auto;
  background-color: #e3fafe;
  padding: 0;
}

a, a:visited {
	color: #5e5e5e;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
	color: #333;
}

 .content {
  height: 780px;
  margin: 0 auto;
  padding: 0;
}
 .flash {
  height: 580px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: url(cloud.gif) bottom left repeat-x;
}
 .footer {
  color: #012567;
  margin-top: 5px;
}

