body {
	background: #000 url("/assets/i/daffo.jpg") 0 0 no-repeat;
	color: #fff;
	font-family: georgia, times;
	margin: 0;
	padding: 0;
	text-align: right;
}

a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 5em;
	position: absolute;
	opacity: 0.9;
	filter:alpha(opacity=90);
	top: 20px;
	right: 50px;
	color: #fff;
	text-align: right;
}
.fun {
	background: #fff;
	opacity: 0.1;
	filter:alpha(opacity=10);
}

.fun,
.content {
	position: absolute;
	top: 420px;
	left: 0;
	height: 200px;
	width: 100%;
}
.content {
	font-family: verdana;
	text-transform: lowercase;
}

.content ul {
	margin: 0;
	padding: 20px 50px 0 0;
}
.content p {
	padding: 0 50px 0 0;	
}

.content ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}