body {
	background-image:url(images/body/background.png);
	background-repeat:no-repeat;
	background-position:inherit;
	background-color:#161616;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	line-height:18px;
	padding:0px;
	margin:0px;
}

.DivBack {
	position:absolute;
	left:0px;
	top:0px;	
}
.DivContent, .DivContentIntro {
	background-image:url(images/content/left_background.png);
	background-repeat:no-repeat;
	background-position:inherit;
	height:810px;
	width:400px;
	position:absolute;
	left:0px;
	top:0px;
}
.DivContent {
	background-image:none;
}
.DivContentIntro {
	background-image:url(images/intro/left_background.png);
	top:1px;
}
.DivNavigation {
	position:absolute;
	left:180px;
	top:84px;
}
.DivText, .DivTextIntro {
	position:absolute;
	left:180px;
	top:285px;
	width:800px;
}
.DivFooter {
	color:#666666;
	margin-top:25px;
	padding:10px;
	border-top:1px dotted #666666;
}
.DivTextIntro {
	top:300px;	
}
.DivLogo {
	position:absolute;
	left:680px;
	top:0px;
}




.Link1 {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
.Link1:hover {
	color:#333333;
}
.Link2 {
	color:#666666;
	font-size:10px;
	text-decoration:none;
	font-weight:normal;
}
.Link2:hover {
	text-decoration:underline;
}
.LinkRed {
	text-decoration:none;
	color:#FF0000;
	font-weight:bold;
	font-size:13px;
}
.LinkRed:hover {
	color:#FFFFFF;
}





h1 {
	font-size:19px;
	color:#FFFFFF;
	padding:0px;
	margin:0px;
	margin-top:5px;
	font-weight:normal;
}


.DivArtists {
	width:390px;
	height:92px;
	padding:5px;
}
.DivArtistsImg {
	border:1px solid #FFFFFF;
	float:left;
}
.DivArtistsName {
	color:#FFFFFF;
	font-size:18px;
	width:285px;
	float:right;
	padding:3px;
}




.DivTeam {
	width:700px;
	padding:5px;
}
.DivTeamImg {
	padding:3px;
	background-color:#666666;
	width:90px;
	float:left;
}
.DivTeamName {
	padding:10px;
	width:580px;
	float:right;
	font-size:18px;
}
input, textarea {
	background-color:#333333;
	border:1px solid #666666;
	color:#CCCCCC;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	padding:3px;
}

