body
{
 position: relative;
 top: 0px;
 left: 0px;
 color: #000000;
 background-color: #019115;
 margin: 0px;
 padding: 0px;
 align: center;
 background-image: url(gfx/bg_liuku.png);
 background-repeat: repeat-x;
 background-position: top left;
 z-index: 9;
}

#main
{
 position: relative;
 width: 983px;
 height: 760px;
 top: 0px;
 left: 0px;
 margin-left: auto;
 margin-right: auto;
 margin-top: 20px;
 border: none;
 background-image:url(gfx/bg.png);
 background-repeat: no-repeat;
 background-position: top center;
 z-index: 4;
}

#admin_content
{
 position: relative;
 width: 900px;
 height: 690px;
 margin: 0px auto;
 padding: 15px;
 font-size: 14px;
 color: #000000;
 background-color: #ffffff;
 text-align: center;
 overflow: auto;
 border: none;
  /* for IE */
  filter:alpha(opacity=95);
  /* CSS3 standard */
  opacity:0.95;
}

#madeby
{
 position: fixed;
 z-index: 4;
 bottom: 5px;
 right: 5px;
}

#realcontent
{
 position: relative;
 top: 11px;
 left: 11px;
 width: 950px;
 height: 700px;
 padding: 0px;
}

#main2
{
 position: relative;
 width: 933px;
 height: 738px;
 top: 0px;
 left: 0px;
 margin-left: auto;
 margin-right: auto;
 margin-top: 20px;
 padding: 11px;
 border: none;
 background-image:url(gfx/bg2.png);
 background-repeat: no-repeat;
 background-position: top center;
 z-index: 4;
}

#content
{
 position: relative;
 width: 643px;
 height: 690px;
 margin: 0px;
 padding: 10px 30px 0px 240px;
 font-size: 14px;
 overflow: auto;
}

#contact
{
 position: relative;
 margin: 0px 10px 0px 210px;
 padding-top: 3px;
 width: 703px;
 text-align: center;
 font-size: 16px;
 border-top: 1px solid #cccccc;
 letter-spacing: 1px;
}

a:link, a:active, a:visited
{
 font-weight: bold;
 color: #019115;
 background-color: transparent;
 text-decoration: none;
}

a:hover
{
 font-weight: bold;
 color: #21b135;
 background-color: transparent;
 text-decoration: none;
}

.leipis
{
 color: #000000;
 text-align: justify;
}

.inputright_red
{
	color: #cc0000;
}


