@charset "UTF-8";

a:link,a:active,a:hover { 
	color:#;
}

a:visited   {
	color:#;
}

body {
	background-color : transparent;
	background-position: 100% 0%;
	background-attachment: scroll;
	background-image : url(https://img.mfcimg.com/photos2/142/14232303/207-844-620-589-5090718.jpg);
        background-repeat : no-repeat;
        background-attachment : fixed;

}

body,td {
	color: #432A3E;
	font-family: 'fantasy';
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
}

td .clock	{	font-size:9px;	}

.container_padding {
	padding:	0px;
	height:	100%;
}

.container_transparency {
	height:100%;
	width:100%;
	background-color: #;
	filter:alpha(opacity=100);
	background:;
}
.container {
	color: #666666;
	position:relative;
	border: px  #;
	padding:	5px;
	height: 100%;
	background-color:transparent;
}

.container .heading {
	padding: 0px;
	color: #F1216D;
	font-family: 'cursive';
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
}

.content {
	padding:5px;
}