* {
  margin: 0px;
  padding: 0px;
}

img {
  border: 0px;
}

body {
  background-color: #a2936c;
}

div#main
{
  margin-top: 30px;
  background: url('/images/maket.jpg') no-repeat;
  width: 1064px;
  height: 804px;
  text-align: left;
}

div#menu
{
  text-align: left;
  margin-left: 280px;
  margin-top: 216px;
  position: absolute;
  height: 20px;
}

div#menu img
{
  border: 0px;
}

div#submenu
{
  position: absolute;
  margin-left: 280px;
  margin-top: 240px;
  width: 500px;
  text-align: left;
}
div#submenu img
{
  border: 0px;
  margin-left: 3px;
  margin-right: 5px;
}

div#content
{
  position: absolute;
  margin-left: 180px;
  margin-top: 280px;
  width: 700px;
  height: 385px;
  text-align: left;
  font: 12px Tahoma, Arial;
}

div#label
{
  position: absolute;
  margin-left: 370px;
  margin-top: 130px;
  width: 330px;
  height: 80px;
  cursor: pointer;
}

.abs
{
  position: absolute;
}

div.hl
{
  border-top: 1px solid;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 300px;
}

table.songs
{
  width: 300px;
  font: 12px Tahoma, Arial;
}

table.songs td.name
{
  width: 240px;
}

a
{
  color: #363124;
}

div.photos img
{
  margin-left: 10px;
}

div.photos
{
  margin: 10px;
}

.wraptocenter {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 400px;
    height: 320px;
}
.wraptocenter * {
    vertical-align: middle;
}

#centered {
  margin-top: expression(((parentNode.offsetHeight/2) -parseInt(offsetHeight)/2) < 0 ? "0" : (parentNode.offsetHeight/2) -(parseInt(offsetHeight)/2) +'px') ;
}

.fieldWithErrors {
  color: red
}
