@charset "utf-8";
/* CSS Document */

/* begin page */
html, body {
  margin: 0 auto;
  padding: 0;
  background-color: #222222;
  height:100%;
}
#container {
	position: relative;
	padding: 0;
  width: 100%;
  min-width: 900px;
  min-height:100%;
	height: auto !important;
  display:block; 
}

#airc-side {
  position: absolute;
  right:5%;
  z-index:2;
  width:141px;
  height:100%;
  background-image: url('images/aircatcher_side.png'); 
  background-repeat:no-repeat;
  background-position: center center;
}
#airc-side-grey {
  position: absolute;
  right:0%;
  background-image: url('images/2c2c2c.png'); 
  z-index:2;
  width:5%;
  height:100%;
}

#airc-logo{
	position:absolute;
	left:0px;
	top:0px;
	width:285px;
	height:85px;
	background-image: url('images/aircatchercom.png'); 
	z-index:10;
}
#bgim_gradient {
  position: absolute;
  top: 0px;
  background-image: url('images/bg_grad_top.png'); 
  background-repeat:repeat;
  background-position: center top;
  z-index:1;
  width:100%;
  height:200px;
  overflow:hidden;
}
#centercontainer {
	position:relative;
	top:3px;
	margin-left:auto;
	margin-right:auto;
	width:auto 100%;
	max-width:1000px;
	min-width:640px;
	height: auto !important;
	min-height:658px;
	z-index:5;
	height:100%;
	z-index:5;
}
#bgim_leaves {
  position: absolute;
  z-index:1;
  width:60%;
  height:100%;
  background-image: url('images/leaves.png'); 
  background-repeat:no-repeat;
  background-position: right top;
  overflow:hidden;
}

#panodot {
 position: absolute;
 top:50px;
 right:170px;
 z-index:2;
 width:453px;
 height:330px;
 text-align:center;
}
#panodot a{
	 padding-top:10px;
 display:block;
 width:453px;
 height:330px;
 background: url('images/block_grey.png') 0 0 no-repeat; 
}
#panodot a:hover {
 background-image: url('images/block_grey_hl.png'); 
}


#kapdot {
 position: absolute;
 top:380px;
 left:10px;
 z-index:2;
 width:453px;
 height:330px;
  text-align:center;
}
#kapdot a{
padding-top:10px;
 display:block;
 width:453px;
 height:330px;
 background: url('images/block_grey.png') 0 0 no-repeat; 
}
#kapdot a:hover {
 background-image: url('images/block_grey_hl.png'); 
}

#copyright {
 position: absolute;
 bottom:20px;
 right:200px;
 z-index:2;
 width:240px;
 height:85px;
}
#copyright a{
 display:block;
 width:240px;
 height:85px;
 background: url('images/copyright.png') 0 0 no-repeat; 
}
#copyright a:hover {
 background-image: url('images/copyright_hl.png'); 
}