﻿html, body { height: 100%; overflow: hidden; }
body {			
  margin: 0;
  padding: 0;
  background-color: #222;
  color: #666;
  font-family: sans-serif;
  font-size: 12px;		
}

a {	
  color: #ccc;
}

#header {
  text-align: center;
  background-color: #333;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  height: 70px;
  padding: 10px 0;
}

#footer {
  text-align: center;
  background-color: #333;
  color: #ffffff;
  width: 100%;
  height: 20px;
  padding: 10px 0;
  position: relative;
  bottom: 0;
  left: 0;
}

#flashcontent {
  width: 100%;
  height: 600px;
}
