@charset "UTF-8";

a:link,a:active,a:hover { 
	color:#ccff33;
}

a:visited   {
	color:#ccff66;
}

body {
	background-color: #000000;
	background-position: center right;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

body,td {
	color: #ccff66;
	font-family: 'Tahoma';
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
}

td .clock	{	font-size:9px;	}

.container_padding {
	padding:	20px;
	height:	100%;
}

.container_transparency {
	height:100%;
	width:100%;
	background-color: #;
	filter:alpha(opacity=100);
}
.container {
	color: #ccff66;
	position:relative;
	border: px  #;
	padding:	20px;
	height: 100%;
	background-color:transparent;
}

.container .heading {
	padding: 20px;
	background-color: #;
	color: #ccff33;
	font-family: 'Tahoma';
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
}

.content {
	padding:20px;
}
