@charset "UTF-8";

a:link,a:active,a:visited { 
	color: #FD969B;
}

a:hover   {
	color: #FFFFFF;
}

body {
	background-color: #000000;
	background-position: top left;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-image: url('https://s3.amazonaws.com/public.sophiaknight.net/mfc/sophia-mfc.jpg');
}

body,td {
	color: #FFFFFF;
	font-family: 'Verdana';
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
}

td .clock	{	font-size:9px;	}

.container_padding {
	padding:	5px;
	height:	100%;
}

.container_transparency {
	height:100%;
	width:100%;
        background-color:transparent;
}
.container {
	color: #FFFFFF;
	position:relative;
	border: px  #;
	padding:	5px;
	height: 100%;
	background-color:transparent;
}

.container .heading {
	padding: 5px;
	color: #CF190B;
	font-family: 'Verdana';
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	font-weight: bold;
}

.content {
	padding:5px;
}