body
{
 background-color: #000000;
}

#container
{
 background: url(img/Tlostrony1.jpg);
 width: 1024px;
 height: 767px;
 margin-left: auto;
 margin-right: auto;
}
#menu
{
 background: transparent;
 font-family: 'Tapestry', cursive;
 width: 714px;
 padding: 5px;
 position: relative; left: 150px; top: 260px;
}
.option
{
 float: left;
 text-align: center;
 min-width: 150px;
 height: 25px;
 font-size: 20px;
 padding: 5px;
}
.option:hover
{
 background-color: transparent;
 cursor: pointer;
}
a.linkmenu
{
 color: white;
 text-decoration: none;
}