@charset "UTF-8";

html {
background: url(http://www.twitterevolutions.com/bgs/pink-feather.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

a:link,a:active,a:hover { 
	color:#;
}

a:visited   {
	color:#;
}

body {
	background-color: #;
	background-position: ;
	background-attachment: ;
	background-repeat: ;
}

body,td {
	color: #666666;
	font-family: 'Charcoal';
	font-weight: normal;
	font-style: normal;
	font-size: 15px;
}

td .clock	{	font-size:9px;	}

.container_padding {
	padding:	5px;
	height:	100%;
}

.container_transparency {
	height:100%;
	width:100%;
	background-color: #FFFFF;
	filter:alpha(opacity=100);
	background:;
}
.container {
	color: #;
	position:relative;
	border: px  #;
	padding:	5px;
	height: 100%;
	background-color:transparent;
}

.container .heading {
	padding: 5px;
	background-color: #;
	color: #001;
	font-family: 'Charcoal';
	font-weight: normal;
	font-style: normal;
	font-size: 15px;
}

.content {
	padding:5px;
}
