/*//////////--- Stylesheet ---------------///////////*/

* {
  margin:0;
  padding:0;
}

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

body {
	background:#999966;
}

#wrapper {
  height: 100%; 
  overflow: hidden; 
  position: relative;
  width: 100%;
}
		
#wrapper[id] {
  display: table; 
  position: static;
}

#wrapperflash{
  position: absolute; 
  top: 50%;
  width: 100%;
  text-align: center;
}

#wrapperflash[id] {
  display: table-cell; 
  vertical-align: middle; 
  position: static;
}

#flash {
  width: 800px;
  position: relative; 
  top: -50%;
  margin-left: auto; 
  margin-right: auto; 
  text-align: left;
  border: 1px solid #8A8A5C;
}

.swfobject {
  
}

#credits {
  font-family: Verdana,Arial,Sans Serif; 
  font-size: 8px;
  text-align:center;
  position:relative;
  top:0px;
  color:#fff;
}

a, a:visited {
	color: #fff;
	text-decoration:none;
}
a:hover {
	color: #fff;
	text-decoration:underline;
}

/*////////////////////// FF BROWSER FIX /////////////////////////////////////////////////*/
* html #wrapper {
height: 100%;
}

/* clearfix */
.clearfix:after { content: "."; display: block;	clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }
