html,body {
	margin:0px;
	height:100%;
	background:#000;
	font: 12px Lucida Sans Unicode;
	color: #bbb;
}
#sites {
	position: absolute;
	margin: auto;
	top: 75px;
	right: 125px;
}
#sites img {
	margin-right: 3px;
}
#logo {
	position: absolute;
	margin: auto;
	top: 100px;
	left: 128px;
}
#lang {
	position: absolute;
	margin: auto;
	width: 56px;
	height: 15px;
	top: 200px;
	right: 125px;
}
#lang img {
	margin-right: 3px;
}
#menu {
	position: relative;
	margin: auto;
	width: 730px;
	height: 26px;
	top: 230px;
}
	#menu ul{
		display: block;
		margin: 0px auto 0px auto;
		padding: 0;
		height: 26px;
		width: 730px;
	}
	#menu li{
		margin: 0px 3px 0px 3px;
		top: 0px;
		position:relative;
		display: block;
		float: left;
	}
	#menu li div {
		display:none;
		position: absolute;
		top: 0px;
		left: 0px;
		margin: 0px;
		opacity: 0;
		-moz-opacity: 0;
		filter:alpha(opacity=0);
	}

#container {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0px auto;
	width: 1000px;
	background: url('../images/layout/midback.png') center top repeat-y;

	position: relative;
}
#wrapper {
	background: url('../images/layout/background.jpg') right top no-repeat;
	min-height: 768px;
}
#top {
	height: 270px;
	width: 1000px;
}
#mid {
	position: relative;
	margin: auto 128px auto 128px;
	top: 0px;
	width: 644px;
	padding: 20px 50px 20px 50px;
	line-height: 14px;	
	z-index: 1;
}
#filler {
	position: relative;
	height: 150px;
}
#bot {
	position: absolute;
	bottom: 0;
	width: 100%;
}
#bot #c {
		background: url("../images/layout/bottom.jpg") left bottom no-repeat #000;
		height: 65px;
		width: 1000px;
		padding-top: 250px;
		text-align: center;
		font-weight: bold;
		color: #fff;
		vertical-align: middle;
		font-size: 10px;
		color: #444;
}
.content_box {
	padding: 15px;
	background: #151515;
	border: 1px solid #333;
	margin: 10px;
}
.header {
	margin-bottom: 10px;
}
.right {
	float:right;
	margin-left: 10px;
}
.right_content {
	float: right;
	margin-left: 20px;
	text-align: center;
	width: 300px;
}
.right_content #gigs {
	text-align: left;
}
.left {
	float:left;
	margin-right: 10px;
}
.old, .old A {
	color: #555;
}
.album {
	margin: 6px;
	text-align: center;
}
.album img {
	margin-top: 5px;
	border: 1px solid #568889;
}
.foto {
	display: inline;
	margin: 6px;
}
.foto img {
	border: 1px solid #568889;
	margin-top: 10px;
}
img.foto {
	border: 1px solid #568889;
	margin-top: 10px;
}
img.disco {
	border: 1px solid #555;
	margin: 6px;
}
.disco img {
	border: 1px solid #555;
}
.band {
	border: 1px solid #555;
}
a {
	color: #568889;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
INPUT[type=text] {
	font: Lucida Sans Unicode;
	width: 200px;
	margin: 0px;
	padding: 0px;
}
TEXTAREA {
	font: Lucida Sans Unicode;
	width: 200px;
	height: 100px;
	margin: 0px;
	padding: 0px;
}
img {
	border: 0;
}
TD {
	vertical-align: middle;
}
H6 {
	color: #568889;
	font-size: 16px;
	line-height: 18px;
	margin: 10px;
	margin-left: 0px;
	padding: 0;
}
H5 {
	color: #568889;
	margin: 0;
	padding: 0;
	font-size: 10px;
	margin-left: 0px;
}
HR {
	width: 50%;
	background-color: #555;
	color: #555;
	border: 1px solid #555;
	margin: 30px auto 30px auto;
}