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

body {
width: 696px;
height:411px;
margin-top: auto;
margin-left: auto;
margin-right:auto;
margin-bottom:auto;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
background:#fff;

}
#image{
border:dashed 1px #ccc;
height:auto;
width:auto;

}

#tekst{
text-align:center;
color:#000000;
}
#tekst a:link{
text-decoration:none;
font-weight:bold;
}
#tekst a:visited{
text-decoration:none;
font-weight:bold;
color:#000000;
}

#tekst a:hover{
text-decoration:none;
font-weight:bold;
color:#FF0000;
}
