body
{
background-color: white;
BACKGROUND-IMAGE: none;
height: 100%;
width: 100%;
overflow: hidden;
}
.background
{
    position: absolute;
    bottom: 0px;
    height: 100%;
    max-height: 494px;
    width: 100%;
    BACKGROUND-IMAGE: url("img/index_bk_3.jpg"/*tpa=http://howadoor.umbra.cz/css/img/index_bk_3.jpg*/);
    BACKGROUND-POSITION: 60% 100%;
    BACKGROUND-REPEAT: no-repeat;
}
.dayTitle .dayTitleName
{
text-align: right;
position: absolute;
right: 3%;
bottom: 0em;
margin-top: -1em;
letter-spacing: -1.5pt;
font-weight: bold;
color: gray;
}
.main
{
position: absolute;
right: 3%;
padding: 0 0 0 0;
margin: 0.25em 0 0 0;
bottom: 5em;
font-weight: bold;
color: gray;
text-align: right;
}
a
{
color: black;
}
a:visited
{
color: black;
}
a:hover
{
color: black;
}
.background a:hover
{
color: black;
text-decoration: none;
}

