@charset "utf-8";

html {
  height: 100%;
  overflow: auto;
}

body {
  background-color: #fff;
  color: #4B4B4B;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
  height: 100%;
  margin: 0;
  padding: 0;
  text-align:center;
}

a, a:visited, a:link {
  border-bottom: 1px dotted #4B4B4B;
  color: #4B4B4B;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  border-bottom-style: solid;
}

h1 {
  font-size:22px;
}

h1 span {
  letter-spacing:4px;
  text-transform:uppercase;
}

p {
  margin:1em 0;
}

#flashcontent {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
}

#flashcontent div {
  position: absolute;
  left: 50%;
  top: 20%;
  width:400px;
  margin-left:-200px;
}
