@charset "UTF-8";

body {
	background: #000;  
                background-image: url('');
                background-size: 100%;
                font-family: arial;
                font-size:11px;
              width: 600px;
               background-attachment: fixed;
text-align: center;
}

body,td {
	color: #fff;
	font-family: 'arial';
	font-weight: normal;
	font-style: normal;
	font-size: 12px;

}

a:link { color: #02e9f7; font-size: 10px; }
a:visited { color: #02e9f7; font-size: 10px; }
a:hover { color: white; background: black; font-size: 10px; }


b {
color: #f70275;
font-family: arial;
font-size: 11px;
}
 


td .clock	{	font-size:9px;	}

.container_padding {
	padding:	5px;
	height:	100%;
}

.container_transparency {
	height:100%;
	width:100%;
	background-color: #333;
	filter:alpha(opacity=100);
text-align: center;
}
.container {
	color: #fff;
	position:relative;
	border: 1px  #330000;
	padding:	5px;
	height: 100%;
	background-color:transparent;
text-align: center;
}

.container .heading {
	padding: 5px;
	background-color: #f70275;
	color: #000;
	font-family: 'arial';
	font-weight: bold;
	font-style: normal;
	font-size: 18px;
text-align: center;
}

.content {
	padding:5px;
text-align: center;

}