@charset "UTF-8";

a:link,a:active,a:hover { 
	color:#48d1cc ;
}

a:visited   {
	color:#;
}

body {
	margin: 0px;
	padding: 0px;
       background-color:#000000;
       background-image: url(http://imageshack.us/a/img211/7470/s6ag.jpg);
       background-repeat:no-repeat;
       background-position:top right;
      
      background-size: 745px 545px;
}

body,td {
	color: #48d1cc;
	font-family: Kristen ITC;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
}

td .clock	{	font-size:9px;	}

.container_padding {
	padding:	4px;
	height:	100%;
}

.container_transparency {
	height:100%;
	width:100%;
	
	filter:alpha(opacity=100);
	background:;
}
.container {
	color: #48d1cc;
	position:relative;
	border: px  #;
	padding:	5px;
	height: 100%;
	background-color:transparent;
}

.container .heading {
	padding: 5px;
	
	color: #48d1cc;
	font-family: 'Vivaldi';
	font-weight: bold;
	font-style: normal;
	font-size: 22px;
}

.content {
	padding:5px;
}
