@charset "utf-8";
/* CSS Document */

html, body {
margin: 0px;
padding: 0px;
height: 100%;
width: 100%;
overflow: auto;
}

#overlay{
width:100%;
height: 100%;
background-color: #000000;
opacity: 0.95;
filter: alpha(opacity=95, finishopacity=95);
-moz-opacity: 0.75;
position: absolute;
margin: 0px;
padding: 0px;
left: 0px;
}

#infobox{
width: 600px;
height: auto;
position: absolute;
left: 50%;
margin-left: -280px;
top: 50%;
background-color: #ff0000;
margin-top: -250px;
font-family: Arial, Verdana, Tahoma;
font-size: 16px;
color: #000000;
background-color: #ffffff;
}

#infobox a{
text-decoration: none;
color: #000000;
}

#infobox img{
border: 0px;
}

