@charset "UTF-8";

a:link,a:active,a:hover { 
	color:#fff838;
}

a:visited   {
	color:#FA0A72;
}

body {
        background-color: #000;
	background-image: url('http:a.mfcimg.comphotos26496490646239-323-619-716-2279287.jpg');  
	background-position: top left;
	background-attachment: scroll;
	background-repeat: repeat;
}

body,td {
	color: #fff;
	font-family: 'serif';
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
}

td .clock	{	font-size:9px;	}

.container_padding {
	padding:	5px;
	height:	100%;
}

.container_transparency {
	height:100%;
	width:100%;
	background-color: transparent;
        background-image: url('http:a.mfcimg.comphotos26496490646202-259-956-842-2279332.jpg'); 
	filter:alpha(opacity=20);
}
.container {
	color: #fff;
	position:relative;
	border: 3px groove #990000;
	padding:	5px;
	height: 100%;
	background-color: #191919;
         
}

.container .heading {
	padding: 5px;
	background-color: #000000;
	color: #E00000;
	font-family: 'Comic Sans MS';
	font-weight: heavy;
	font-style: normal;
	font-size: 19px;
}

.content {
	padding:5px;
}
