/* -- GENERAL REDECLARATIONS -- */

html				{height: 100%;}
* 					{margin:0; padding:0; color: #000;}

body 				{
	text-align:center;
	background-image: url('../images/splash-bg-tile.png');
	background-repeat: repeat;
	background-position: 50% 0;
	height: 100%;
}

img 				{border:none;}

#swap-area {
  height:100%;
}

#wrapper {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0;
  overflow: visible;
  visibility: visible;
  display: block;
}
   
#content {
  background: transparent;
  color:#fff;
  margin-left: -448px;  /* must be half of content width */
  position: absolute;
  top: -50px; /* must be half of content height */
  left: 50%;
  width: 897px;
  height: 153px;
  visibility: visible;
  text-align: centre;
}

h1, h2, h3, a {
  position: absolute;
  text-indent:-10000px;
  overflow:hidden;
  
}
  
h1 {
  top: 0;
  left: 402px;
  background: url('../images/splash-h1.png') no-repeat 0 0;
  color:#89682E;
  width:108px;
  height:55px;
}

h2 {
  top: 85px;
  left: 0;
  background: url('../images/noflash/noflash_h2.png') no-repeat 0 0;
  color:#C5C5C6;
  width:897px;
  height:15px;
}

h3 {
  top: 120px;
  left: 437px;
  background: url('../images/noflash/noflash_flash_logo.png') no-repeat 0 0;
  color:#C5C5C6;
  width:28px;
  height:35px;
}

a, a:visited, a:active {
  top: 160px;
  left: 304px;
  background: url('../images/noflash/noflash_a.png') no-repeat 0 0;
  color:#89682E;
  width:295px;
  height:15px;
}

a:hover {
  background: url('../images/noflash/noflash_a.png') no-repeat 0 -17px;
}
