@charset "UTF-8";

a:link,a:active,a:hover { 
	color:#;
}

a:visited   {
	color:#;
}

body {
	background: url(http://www.algorithmic-worlds.net/blog/20110201-PatternMondz.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}

body,td {
	color: #ffffff;
	font-family: 'Tahoma';
	font-weight: normal;
	font-style: normal;
	font-size: 30px;
 -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: black;


td .clock	{	font-size:15px;	}

.container_padding {
	padding:	5px;
	height:	100%;
}

.container_transparency {
	height:100%;
	width:100%;
	background-color: #FFFFFF;
	filter:alpha(opacity=100);
}
.container {
	color: #ffffff;
	position:relative;
	border: px  #;
	padding:	5px;
	height: 100%;
	background-color:transparent;
}

.container .heading {
	color: #000000;            
	border: 2px;
	padding: 5px;
	background-color: #000000;
	color: #FFFFFF;
	font-family: 'Verdana';
	font-weight: strong;
	font-style: oblique;
	font-size: 14px;
}

.content {
	padding:5px;
}




