/* basic elements */
html {
	color: #fff;
}
	
body {
	font-family: verdana, "trebuchet MS", helvetica, sans-serif;
	font-size: 12px;
	color: #ddd;
	background-repeat: NO-repeat;
	background-color: #000;
	background-position: center;
	background-attachment: fixed;
}

table {
	font-family: verdana, "trebuchet MS", helvetica, sans-serif;
	font-size: 12px;
}

#titletext {
	position:absolute;
	color:#333;
	background-color:#CCC;
	padding: 0px 20px 0px 20px;
}

#notification {
	position: absolute;
	text-align: center;
	right:60%;
	bottom:20%;
	color:#444;
	font-size:10px;
}

#copyright {
	font-size: 10px;
	color:#333;
	position:absolute;
	bottom: 2%;
	right: 2%;
}

#caption {
	position: absolute;
	background:#000;
	padding:1px 20px 1px 20px;
}

#captionw {
	position: absolute;
	background:#fff;
	padding:1px 20px 1px 20px;
	color: #444;
}

#captiong {
	position: absolute;
	background:#EEE;
	padding:1px 20px 1px 20px;
	color: #111;
}

a {
	font-weight: normal;
	text-decoration: none; 
	border: none;
	}

a.b:link, a.b:visited { 
	color: #444;
}
	
a.b:hover, a.b:active { 
	color: #000;
}

a.w:link, a.w:visited { 
	color: #CCC;
}
	
a.w:hover, a.w:active { 
	color: #FFF;
}

a img, a:hover img,
a:active img {
border: none;
}

/* hider */
.hide {
	display: none;
}
