@charset "UTF-8";
/* CSS Document */


body, td, th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	min-height: 100%;
	height:100%;
	border:0;
	outline: none;
}
body {
	background-color: #000;
	height:100%;
	min-height: 100%;
	border:0;
	outline: none;
}

input:focus,select:focus,textarea:focus,button:focus {
    outline: none;
}

#index_container {
	position: relative;
	min-height:100%;
	height: 100%;
	width:1100px;
	margin-left:auto;
	margin-right:auto;
	z-index: 30;
	background-color: #00FFFF;
	overflow: visible;
	border:0;
	outline: none;
}
#contact_container {
	position: relative;
	min-height:100%;
	height: 100%;
	width:1100px;
	margin-left:auto;
	margin-right:auto;
	z-index: 30;
	background-color: #00FFFF;
	overflow: visible;
	border:0;
	outline: none;
}
#artistcontentmain {
	position:absolute;
	z-index:50;
	background-color: #000000;
	min-height: 100%;
	width:8000px;
	top:220px;
	left:0px;
	height:4000px;
	overflow: visible;
	visibility: visible;
	outline: none;
}
#artistcontent {
	position:absolute;
	z-index:50;
	background-color: #000000;
	min-height: 100%;
	width:800px;
	top:520px;
	left:150px;
	height:400px;
	overflow: visible;
	visibility: visible;
	outline: none;
}
#galleria {
	left:150px;
	top:50px;
	width: 800px;
	height: 400px;
	background: #000;
	position:absolute;
	border:0;
	outline: none;
}

#topbar {
	z-index:30;
	position:absolute;
	width:1100px;
	left: 0px;
	top: 0px;
	height: 80px;
	background-color: #000;
	outline: none;
}
#menucontainer {
	z-index:30;
	position:absolute;
	width:1100px;
	left: 0px;
	top: 80px;
	height: 20px;
	background-color: #000;
	border:0;
	outline: none;
}