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

body {
  font-family: Helvetica, Arial, Sans-Serif;
  font-size: 76%; 
  background: #000;
}

p, li, h1 , h2, h3, h4, h5, th, td, div, table {
  font-size: 1em;
}

img, table {
  border: 0px;
  border-spacing: 0px;
  border-collapse: collapse;
}

td, th {
  vertical-align: top;
  text-align: left;
}

a {
  color: #FFF;
  text-decoration: none;
  border: none;
}

a:hover {
  color: #F06;
  text-decoration: none;
}

#iefix {
  text-align: center;
}

.float_right {
  float: right;
}

.homepage_image {
  width: 690px;
  margin: 30px auto 0 auto;
  color: #FFF;
}

#iefix .homepage_image {
  text-align: left;
}

.homepage_image img {
  margin: 10px 0 0 0;
}

.container {
  margin: 30px auto 0 auto;
  color: #FFF;
  width: 700px;
  height: 510px;
}

#iefix .container {
  text-align: left;
}

.button_style_switch {
  display: block;
  width: 100px
  height: 20px;
  margin: 0 0 0 10px;
}

.button_style_switch a {
  float: left;
  margin: 0 10px 10px 0;
}

.button_style_switch .black_background,
.button_style_switch .white_background {
  width: 10px;
  height: 10px;
  display: block;
}

.button_style_switch .black_background span,
.button_style_switch .white_background span {
  display: none;
}

.button_style_switch a.black_background {
  background: url(images/button_black_background.png) top left no-repeat;
}

.button_style_switch a.white_background {
  background: url(images/button_white_background.png) top left no-repeat;
}

.flashmovie {
  height: 510px;
  margin: 0 0 30px 0;
}

.footer,
.copy {
  margin: 15px 0 0 0;
  font-size: 1em;
}

.footer {
  padding: 0 10px 0 10px;
}

.footer span {
  float: right;
}