@charset "UTF-8";

a:link,a:active {
	background-color: #F0F;
	padding: 2px;
	border-radius: 25px;
	color: #FFF;
	margin-bottom: 5px;	
}
a:hover {
	opacity: .6;
}

a:visited   {
	background-color: #F0F;
	padding: 2px;
	border-radius: 25px;
	color:#FFF;
	margin-bottom: 5px;	
}

body {
	background-color: #000;
	background-position: center 200px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-image: url(http://i1244.photobucket.com/albums/gg576/GiannaBellaxxx/b.jpg);
}
p {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 36px;
	color: #FFF;
}

body,td {
	color: #F05;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-weight: bolder;
	font-style: normal;
	font-size: 16px;
	opacity: .100
	text-shadow: 2px 2px #ffF;
}

td .clock	{	font-size:9px;	}

.container_padding {
	padding:	5px;
	height:	100%;
}

.container_transparency {
	height:100%;
	width:100%;
	background-color: 000;
	filter:alpha(opacity=65);
}
.container {
	color: #FFF;
	position:relative;
	border: px  #;
	padding:	5px;
	height: 100%;
	background-color:000;
}

.container .heading {
	padding: 2px;
	background-color: #F0A;
	color: #FFFFFF;
	font-family: 'MS Sans Serif';
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	border-radius: 10px 100px 100px 10px;
}

.content {
	padding:5px;
	border: medium dashed #F0F;
}
