@charset "UTF-8";

a:link,a:active,a:hover { 
                cursor: e-resize;
	color:#FFFFFF;
}

a:visited   {
	color:# black;
}

body {
        background-color: black;   
	background-image: url(http://www.imgbase.info/images/safe-wallpapers/tv_movies/doctor_who/13881_doctor_who.jpg);
	background-position: right;
	background-attachment: fixed;
	background-repeat: no-repeat;
cursor: crosshair;
}

body,td {
	color: deeppink;
	font-family: 'Jenna Sue';
	font-weight: normal;
	font-style: normal;
	font-size: 22px;
}

td .clock	{	font-size:42px;	}

.container_padding {
	padding:	5px;
	height:	100%;
}

.container_transparency {
	height:100%;
	width:100%;
	background-color: transparent;
	filter:alpha(opacity=100);
}
.container {
	color: deeppink;
	position:relative;
	border: px  #;
	padding:	5px;
	height: 100%;
	background-color:transparent;
}

.container .heading {
	padding: 5px;
	background-color: transparent;
	color: deeppink;
	font-family: 'Jenna Sue';
	font-weight: bold;
	font-style: normal;
	font-size: 30px;
}

.content {
	padding:5px;
}