@charset "UTF-8";

a:link,a:active,a:hover { 
	color:#ffccff;
}

a:visited   {
	color:#33ffff;
}

body {
	background-color: #;
	background-position: center center;
	background-attachment: fixed;
	background-repeat: repeat-y;
}

body,td 
	color: #000000;
	font-family: 'Arial Black';
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
}

td .clock	{	font-size:9px;	}

.container_padding {
	padding:	0px;
	height:	100%;
}

.container_transparency {
	height:100%;
	width:100%;
	background-color: #;
	filter:alpha(opacity=100);
}
.container {
	color: #000000;
	position:relative;
	border: 1px none #0033ff;
	padding:	0px;
	height: 100%;
	background-color:transparent;
}

.container .heading {
	padding: 0px;
	background-color: #;
	color: #000000;
	font-family: 'Arial Black';
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
}

.content {
	padding:1px;
}
