/* css document. author: granskog[at]ya[ru] */

body {
  background-position: center;
  background-repeat: no-repeat;
	background-color: #050505;
  background-attachment: fixed;
  background-image: url(images/logo_background.gif);
  font-size: 11px;
	color: #999999;
	font-family: palatino lynotype, Verdana, Geneva, Arial, Helvetica, sans-serif;
	cursor: crosshair;
	border-color: white;
}

a:link { 
	text-decoration: underline; 
	color: #777777;
	}
a:unknown {
	text-decoration: none;
	color: #777777;
}
a:visited {
	text-decoration: underline;
	color: #777777;
}
a:hover, a:active { 
	text-decoration: none; 
	color: white;
	}

img {
	border-color: white;
}

#central_position {

	position: absolute;
	left: 50%;
	width: 700px;
	margin-left: -350px;
}

#head {
	text-align: center;
}

#left {
  float: left;
  width: 345px;
  }

#right {
  float: right;
  width: 345px;
}
#lyrics {
  font-size: 10px;
	color: #666666;}

#content {
  width: 700px;
  text-align: justify;
  float: left;
  border: 0px;
  padding: 15px;
}
#info {
  width: 500px;
  text-align: center;
  font-size: 10px;
	color: #666666;
}
#pic {
  width: 600px;
  float: right;
  text-align: left;
}

