html {}

* {margin: 0 0 0 0; padding: 0;}
	
body { 
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #999; 
    margin: 0;
	padding: 0; 
	text-align: center;
	background-color:#383737;
	}
	
	.h{display:none;}




#container {
	margin: 0px auto;
	height:auto;
	padding: 0;
	width: 250px;
	border: none;
	text-align: left;
	
	padding-bottom: 0px;
	position: relative;
	
	
}
	

#top_costr { 
			background:   url("../ottofoto.jpg") no-repeat right top; 
			margin: 100px 0 0 0;
			width: 250px;
			height: 350px;
			
			}




#pageHeader span,#quickSummary .p1,#preamble h3 span,#explanation h3 span,#participation h3 span,#benefits h3 span,#requirements h3 span,#lselect h3 span,#larchives h3 span,#lresources h3 span,#extradiv3,#extraDiv4,#extraDiv5,#extraDiv6 {display:none;}
	


.logo_intro {
	display:block; 
	width:250px; 
	height:21px; 
	margin:-26px auto;
	}
	/* make the actual link ZERO size and position relative
	the zero size stops the dotted border from displaying */
.logo_intro a {
    display:block; 
	width:0;
	height:0;
	position:relative;
    }
	/* move the link styling to the em and make it position absolute */
.logo_intro a em { 
    display:block; 
	text-indent:-10000px;
	width:250px; 
	height:21px; 
	position:absolute; 
	background:#fff url(../entra.gif); 
	background-repeat:no-repeat;
	border:0px solid #ddd; 
	cursor:pointer; /* to set the pointer correctly as a link in IE */
	}
.logo_intro a:hover em {
    border-color:#000;
	background:#fff url(../entra.gif); 
	}
	/* for IE to make the active/focus state work correctly */
.logo_intro a:active {
    color:#fff;
	}
	/* style the active/focus state */
.logo_intro a:active em, .logo_intro a:focus em {
    border-color:#fff;
	}

