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

body {margin:0; background:#0f0f0f;}

#header {
	width:100%;
	text-align:left;
	background-image:url(../img/bg.jpg);
	background-repeat:repeat-x;
	background-color:#0f0f0f;
	height:240px;
	padding-bottom:10px;
}
#header a {
	border:none;
	background:none;
}
#header p {
	display:inline;
	position:relative;
	top:-158px;
	color:#fff; 
	font-family:Verdana, Geneva, sans-serif; 
	padding:10px; 
	font-size:12px;
	cursor:pointer;
	background-image:url(../img/au.png);
	font-weight:bold;
}
#header p:hover {
	color:#0f0f0f;
	background-color:#292931;
	background-image:none;
}
#header a:hover {
	border:none;
	text-decoration:none;
	background:none;
}
#container {
	height:500px;
}

#video {
	width:570px;
	height:430px;
	background-image:url(../img/video.jpg);
	float:left;
	margin-right:0;
}
	#ictv {
		text-align:center;
		z-index:-100;
	}

#dx {
	width:250px;
	float:left;
	height:480px;
}

.credits {
	font-family:Verdana, Geneva, sans-serif;
	line-height:50px;
	background-color:#292931;
	width:100%;
	color:white;
	font-size:10px;
	height:50px;
}
.credits strong {
	float:right;
	padding-top:10px;
}

.text {
	font-family:Verdana, Geneva, sans-serif;
	line-height:40px;
	height:40px;
	color:white;
	font-size:12px;
	clear:both;
}
a {
	color:#292931;
	text-decoration:none;
	border:1px solid #292931;
	padding:5px;
}
a:hover {
	color:#000;
	background-color:#292931;
	border:1px solid #000;
}
.a_icc {
	color:white;
	font-weight:bold;
}
.a_img {
	border:1px solid #292931;
	padding:0;
	height:40px;
	display:inline-block;
}
.a_img:hover {
	border:1px solid white;
}
img {border:none;}