html {height:100%;}

body 
	{
	color: black;
	background-color: white;
	margin: 5px
	}

#wrap {
/*background:url(bg200.gif) top right repeat-y;*/
background-color:transparent;
min-height:100%;
margin:auto;
position:relative;
}
* html #wrap {height:100%}

#inner-wrap {
padding-bottom:80px;
background-color:transparent;
}


#inner-wrap:after {
content:" ";
display:block;
clear:both;
}

#footer {
position:absolute;
bottom:0;
width:100%;
height:80px;
background-color: transparent;
color:#FF00FF;
text-align:center;
}

 #publi {
float:right;
width:200px;
text-align:center;
background-color:transparent;
}

#main {
position:relative;
margin-right:200px;
background-color:transparent;
text-align: justify;
}

#main_nopub {
position:relative;
background-color:transparent;
text-align: justify;
}

<!--[if IE]>
<style type="text/css">
#content,
#main,
#inner-wrap,
#wrap {
zoom:1;
}
</style>
<![endif]-->


#horizon        
	{
	color: black;
	background-color: transparent;
	
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}

#content    
	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-color: transparent;
	
	margin-left: -350px;
	position: absolute;
	top: -150px;
	left: 50%;
	width: 700px;
	height: 200px;
	visibility: visible;
	}

.bodytext 
	{
	font-size: 14px
	}

.headline 
	{
	font-weight: bold;
	font-size: 24px
	}
	
	.mini
	{font-size: x-small}
	
	.micro
	{font-size: xx-small}

#footer 
	{
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 50px;
	visibility: visible;
	display: block
	}

#header 
	{
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	text-align: center;
	position: absolute;
	top: 20px;
	left: 250px;
	width: 50%;
	height: 80px;
	visibility: visible;
	display: block;
	}

#logo
{
top: 0px;
left: 0px;
text-align: left;
width: 50%;
}

#navbar
{
text-align: center;
width: 100%;
}

H1,H2,H3,H4 
{
color:navy;
font-family: Verdana, Geneva, Arial, sans-serif;
}

a:link, a:visited 
	{
	color: #06f;
	text-decoration: none;
	}

a:hover 
	{
	color: red;
	text-decoration: underline;
	}