/* CSS Document */
body {
background-image: url("images/bg.gif");
background-repeat: repeat;
margin: 0px;
color: #fff;
font-family: verdana, arial, sans-serif;
font-size: small;
}

#table_fix {
background-image: url("images/03.jpg"); 
background-repeat: no-repeat; 

height: 100%;
}

td.content {
background-image: url("images/04.jpg"); 
background-repeat: no-repeat; 
min-height: 400px;

height: 400px;
}

div.content {
padding: 15px;
border: 1px solid #999999;


overflow: hidden;
width: 600px;

min-height: 400px;

height: 400px;
}

#menu {
position: absolute;
top: 350px;
padding: 25px;
margin-left: 15px;
}

#menu img {
padding: 10px;
padding-top: 0;
}


img.screens {

filter:alpha(opacity=30); 

-moz-opacity: 0.3; 

-khtml-opacity: 0.3;

opacity: 0.3;

}

a.title {

color: #999999;
font-family: verdana, arial, sans-serif;
font-weight: bold;
font-size: 12pt;
line-height: 14pt;
font-variant: normal;
font-style: normal;

text-align: center;

padding: 15px;

padding-left: 35px;

padding-right: none;

text-decoration: none;

}

a.page {

color: #999999;
font-family: verdana, arial, sans-serif;
font-weight: bold;
font-size: small;
line-height: 14pt;
font-variant: normal;
font-style: normal;

text-align: center;

text-decoration: none;

}

a {
color: #fff;
font-family: verdana, arial, sans-serif;
font-weight: bold;
font-size: small;
text-decoration: none;
}

a.mail:hover {
color: #999; 
}

#h1 {

color: #999999;
font-family: verdana, arial, sans-serif;
font-weight: bold;
font-size: 12pt;
line-height: 14pt;
font-variant: normal;
font-style: normal;

text-align: center;

}

*>td.content {
      
      height: auto;

}

*>div.content {

      height: auto;

}