.top {
position: absolute;
width: 700px;
left: 50%;
margin-left: -350px;
top: 0%;
margin-top: 0px;
border-style:solid;
border-width:0;
border-color:black;
}

.infotit {
position: absolute;
left: 50%;
margin-left: -350px;
top: 0%;
margin-top: 0px;
border-style:solid;
border-width:0;
border-color:black;
font-family:courier new;
font-size:20px;
background-color:black;
color:white;
}

.infotext {
position: absolute;
left: 50%;
margin-left: -350px;
top: 0%;
margin-top: 0px;
border-style:solid;
border-width:0;
border-color:gray;
font-family:verdana, sans serif;
font-size:11px;
line-height:150%;
background-color:white;
color:black;
}


.fond {
position: absolute;
left: 50%;
margin-left: -320px;
top: 50%;
margin-top: -160px;
width: 640px;
height: 350px;
background-color: #B5B3AE;
z-index:1;
}
 

.homep {
position: absolute;
width: 270px;
left: 50%;
margin-left: -320px;
top: 50%;
margin-top: -80px;
height: 200px;
overflow: auto;
text-align: left;
z-index: 2;
visibility: visible;
}

.head {
position: absolute;
width: 208px;
left: 50%;
margin-left: 22px;
top: 50%;
margin-top: -200px;
height: 30px;
text-align: left;
z-index: 4;
visibility: hidden;
}

.bottom {
position: absolute;
width: 700px;
left: 50%;
margin-left: -350px;
top: 100%;
margin-top: -20px;
}

.f_left{
position: absolute;
width: 0;
left: 0;
margin-left: 0;
top:0;
margin-top: 0;
height: 0;
background-color: transparent;
z-index: 1;
}

