@charset "UTF-8";

a:link,a:active,a:hover { 
	color:#;
}

a:visited   {
	color:#;
}

html { 
  background: url('https://img.mfcimg.com/photos2/223/2231164/534-622-693-755-5066228.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body,td {
	color: #007FFF;

	font-family: 'Georgia, Serif';
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
}

td .clock	{	font-size:9px;	}

.container_padding {
	padding:	5px;
	height:	100%;
}

.container_transparency {
	height: 100%;
	width: 100%;
	background-color: transparent;
	filter:alpha(opacity=0);
	background:;
}
.container {
	color: #000000;
	position:relative;
	border: px  #;
	padding:	5px;
	height: 100%;
	background-color:transparent;
}

.container .heading {
	padding: 5px;
filter: alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	color: #ff0000;
	font-family: 'Georgia, Serif';
	font-weight: normal;
	font-style: normal;
	font-size: 15px;
}

.content {
	padding:5px;
}