body{
	background: black;
}

div.background{
	position: absolute;
	width: 98%;
	height: 98%;
	background: #000 url('xerxes-davidlangbach_smoke_8x6_p.png') no-repeat;
/* 	z-index: -100; */
}

div.container{
	position: absolute;
	margin-left: 25px;
	margin-top: 50px;
	width: 400px;
}

a{
	display: block;
	text-decoration: none;
/* 	background-position: 0px 0px; */
/* 	background: no-repeat scroll 0pt; */
	height: 50px;
}

a.ff {
	background: #000 url('title_forofsr.png') no-repeat scroll 0pt;
	background-position: 0px 0px;
	width: 191px;
}

a.gf {
	background: #000 url('title_galeriafsr.png') no-repeat scroll 0pt;
	background-position: 0px 0px;
	width: 237px;
}

a.cf {
	background: #000 url('title_calendarifsr.png') no-repeat scroll 0pt;
	background-position: 0px 0px;
	width: 276px;
}

a.fs {
	margin-top: 50px;
	background: #000 url('title_freesound.png') no-repeat scroll 0pt;
	background-position: 0px 0px;
	width: 222px;
}

a.bl {
/* 	margin-top: 50px; */
	background: #000 url('title_blog.png') no-repeat scroll 0pt;
	background-position: 0px 0px;
	width: 106px;
}

a:hover {
	background-position: 0px -50px;
}

