body {
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
	background-color: #E7E7DF;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
}

#flashcontent {
  margin: 0 auto;
  height: 677px;
  width: 1000px;
  background: #000 url('images/back.png') top left no-repeat;
}

#return {
  margin: 5px auto;
  width: 1000px;
  text-align: left;
}

a{
  font-weight: bold;
  color: #0099FF;
  outline: none;
  font-size: 10px;
  text-decoration: none;
}

a:hover{
  color: #999;
  text-decoration: underline;
}

