#divid
{
left: 50%;
margin-left: -100px;
top: 50%;
position: absolute;
width: 300px;
height: 130px;
border: 3px solid #1866B1;
visibility: hidden;

}

/*
clip: rect(auto auto 200 auto);
*/
#divus
{
left: 0%;
top: 0%;
position: absolute;
width: 100%;
height: 100%;
background: #1866B1;
border: 0px solid;
filter: alpha(opacity=75);
-moz-opacity: .75;
opacity: .75;
}
#divescu
{
left: 5%;
top: 5%;
position: absolute;
width: 90%;
height: 90%;
border: 0px solid;
text-align: center;
display: inline /*none    font: normal normal bold 35px arial;    */;
color: white;
font-weight: 900;
font-family:arial black;
}

#divid a:hover {
color: red;
}
#divid a {
color: yellow;
}
/*
color: #8B0000
* html #divescu {
font-size: 30px;
}
*/

#goaway
{
margin: 5px;
cursor: hand; 
position: absolute; 
top: 0%; 
right: 0%;
width: 15px;
height: 15px;
background-image: url('but.jpg');
background-repeat: no-repeat;
display: inline /*none*/;
}
#goaway:hover
{
background-image: url('butov.jpg'); 
}