
* {
	margin: 0;
	padding: 0;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;

}
html{
	width: 100%;
	height: 100%;
}
body{
	width: 100%;
	height: 100%;
}

#box1{
width: 14%;
height: 20%;
left: 2%;
top: 30%;
position: absolute;
}
#box2{
width: 20px;
height: 20px;
left: 35%;
top: 10%;
position: absolute;
}
#box3{
width: 20px;
height: 20px;
left: 13%;
top: 19%;
position: absolute;
}
#box4{
width: 20px;
height: 20px;
right: 6%;
top: 12%;
position: absolute;
}
#box5{
width: 20px;
height: 20px;
right: 15%;
top: 22%;
position: absolute;
}
#box6{
width: 20px;
height: 20px;
right: 12%;
top: 63%;
position: absolute;
}
#box7{
width: 20px;
height: 20px;
left: 17%;
top: 45%;
position: absolute;
}
#box8{
width: 20px;
height: 20px;
left: 26%;
top: 80%;
position: absolute;
}
#box9{
width: 20px;
height: 20px;
left: 9%;
top: 86%;
position: absolute;
}

#language{
width: 50px;
height: 20px;
left: 2%;
top: 95%;
position: absolute;
}

#contact{
width: 20px;
height: 100px;
right: 2%;
top: 50%;
position: absolute;
}



#poster{     width: 50%;
height: 60%;
text-align: center;
left: 32%;
top: 16%;
position: absolute;
}

#poster2{     width: 50%;
height: 8%;
text-align: left;
left: 2%;
top: 1%;
position: absolute;
background-color: white;
color: green;
font-size: 10px;
}

  ul { padding: 0pt;
    margin-top: 5px;
margin-bottom : 10px;

      }
  li { display: inline;
    padding-right: 2px;
    }


p{ font-family: Arial;
color: green;
line-height: 18px;
font-size: 12px;
    }

  a:link, a:active, a:visited { text-decoration: none;
 color: green
    }
a:hover h2{ color: green; text-decoration: line-through ; }
