html
{
  margin: 0;
  padding: 0;
  height: 100%;
}

body
{
  background: #bcb19f;
  margin: 0;
  padding: 0;
  color: #65331f;
  font: normal 0.7em/1.2 Verdana, Arial, sans-serif;
  height: 100%;
}

a:link,
a:visited
{
  color: #8A6635;
  text-decoration: none;
}

a:hover
{
  color: #8A6635;
  text-decoration: underline;
}

.cleaner
{
  clear: both;
  height: 0;
  line-height: 0px;
  margin: 0;
  padding: 0;
}

#flash
{
  height: 100%;
  position: relative;
}

#pc
{
  width: 420px;
  margin: 0 auto 0 auto;
}

#pf
{
  font-size: 0.8em;
  font-weight: bold;
  margin: 20px 0 0 0;
  text-align: right;
}

img
{
  display: block;
  margin: 0 auto 50px auto;
  border: 5px solid #fff;
}

h1
{
  margin: 20px auto;
  padding: 0;
  text-indent: -999em;
  width: 150px;
  height: 200px;
  background: url(../images/logo.gif);
}

p
{
  margin: 12px 0;
  padding: 0;
  text-align: justify;
}

.notice
{
  border-top: 1px solid #65331f;
  margin: 20px 0 0 0;
  text-align: center;
}

a#ulaz:link,
a#ulaz:visited,
a#enter:link,
a#enter:visited
{
  color: #8A6635;
  display: block;
  font-weight: bold;
  margin: 10px auto;
  text-decoration: none;
  text-align: center;
}

a#ulaz:hover,
a#enter:hover
{
  color: #8A6635;
  text-decoration: underline;
}