/* CSS Document */



a:link {
	text-decoration: none;
	color: #cccccc;}
a:visited {
	text-decoration: none;
	color: #cccccc;
}
a:active {
	text-decoration: none;
	color: #cccccc;
}
a:hover {text-decoration: none}


.body, html, #background, #background img {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
background:#cc3300;
}

#dick {
	position: absolute;
	top: 50%;
	right: 30%;
	padding: 0px;
	clip: rect(auto,auto,auto,auto);
	z-index: 1;
	visibility: hidden;
}
#number {
	position: absolute;
	bottom: 55%;
	right: 0;
	padding: 5px;
	clip: rect(auto,auto,auto,auto);
	z-index: 1;
}
#backnumber {
	position: absolute;
	bottom: 55%;
	left: 0;
	padding: 5px;
	clip: rect(auto,auto,auto,auto);
	z-index: 1;
}
#content {
	position:absolute;
	width:100%;
	height:85%;
	z-index:1;
	left: 0%;
	top: 5%;
}
	


