* {
  border: 0;
  margin: 0;
  padding: 0;
}

html {
  width: 100%;
  height: 100%;
}

body {
  background-color: #ffffff;
  color: #363636;
  font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.7em;
  text-align: center;
  width: 100%;
  height: 100%;
}

#flashcontent {
  margin: 0 auto;
  width: 770px;
  height: 570px;
  background: #ffffff url('/images/bg.jpg') no-repeat top center;
}

p#noflash {
	padding: 212px 0 0 195px;
	width: 280px;
}

table {
  width: 100%;
  height: 100%;
}

table td {
  text-align: center;
}

a {
	outline:none;
	border:0;
}

a:link, a:visited {
	color:#2b7197;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#666;
	font-weight:bold;
	text-decoration:underline;
}