@charset "utf-8";
/* CSS Document */
html, body {  
  width: 100%;  
  height: 100%;  
  padding: 0;  
  margin: 0;  
}  

html{ background:#1f7587; text-align:center;}
body  {
	font: 100%  Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size:12px; 
	color: #333333;
	min-height: 100%;
}
* html body { height: 100%;}
h1{ clear:both; font:100% Verdana; margin:0 10px 0 0; padding:5px 0 0 0; font-size:16px; font-weight:normal; text-transform:uppercase; text-align:right; letter-spacing:2px;}
h2{ margin:0; padding:0; font-size:11px; font-weight:normal;}
h3{ margin:0; padding:0; font-size:11px; font-weight:normal;}
h4{ margin:0; padding:0; font-size:11px; font-weight:normal;}
h5{ margin:0; padding:0; font-size:11px; font-weight:normal;}
h6{ margin:0; padding:0; font-size:11px; font-weight:normal; font-size:11px; color:#b3b3b3; padding-top:5px;}
img{ border:none;}
a{ text-decoration:none;}
p{ margin:0; padding:0;}

#centered { position: absolute; top: 50%; margin-top: -275px; left: 50%; margin-left: -500px; width: 1000px; height: 550px; z-index:10;}
#centered #logo{ position:absolute;	top:22px; left:25px; width:207px; height:78px;	z-index:11;}
#centered #icons{position:absolute;	bottom:141px; left:29px; width:203px; height:49px; z-index:12;}
#centered #banner{ position:absolute; bottom:28px; left:17px; width:468px; height:60px; border:1px solid #1f6595; background:#1f6595; z-index:13;}
#centered #copyright{ position:absolute; bottom:-20px; left:0; width:100%; height:18px; color:#FFFFFF; z-index:14;}
#centered #copyright .leftside{position:relative;  float:left;}
#centered #copyright .rightside{position:relative;  float:right;}
#centered #copyright .rightside a{ color:#FFFFFF;}
#centered #copyright .rightside a:hover{ text-decoration:underline;}
#columnContainer {position:absolute; top:0; left:0; width:100%; height:100%; background: url(/img/bcgdark_inclub.gif) left 0px repeat-x; z-index:1; }
#columnContainer #mainstart{ position: absolute; top: 50%; margin-top: -275px; left: 0; margin-left:0; width:100%; height: 668px; background:url(/img/bcgmain_inclub.jpg) center center repeat-x; z-index:2;}


