/* © CSS Document Created by Blueline Desin 2008  - www.bluelinedesign.se */


#centeredcontent {
   	  position: absolute;
      left:50%;
      top:50%;
      width: 860px;
      height: 611px;
      margin-left: -430px; /* half of width */
      margin-top: -311px;  /* half of height */
	  background-image:url(../image/demcon-index.gif);
	  font-family:Arial, Helvetica, sans-serif;
	  font-size:11px;
	  font-weight:normal;
	  line-height:20px;
      } 
 
#centeredcontent a:link, a:visited {
	color:#000;
	text-decoration:none;
    }

#centeredcontent a:hover {
	color:#99CC33;
	text-decoration:none;
    }  


#ad {
	position:absolute;
	top:-45px;
	left:-70px;
	border:0px solid #fff;
	width:300px;
	height:125px;
	}

