html {
	background: url(images/background.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
img {
	border:0px;
}
body {
    font-family: Lucida Sans, Tahoma, Trebuchet MS, Helvetica, Verdana, Arial, serif;
    font-size: 13px;
}
a:link {
	color: black;
    font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: black;
	text-decoration: none;
}
a:hover {
	color: black;
	text-decoration: underline;
}
#header {
	width: 512px;
	height: 109px;
	margin-left: auto;
	margin-right: auto;
	#background: url('images/keroi.png');
}
#content {
	width: 900px;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
}
#lastfm {
    clear: both;
	width: 400px;
    text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#footer {
	clear: both;
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#background {
    width: 100%; 
    height: 100%; 
    position: absolute; 
    left: 0px; 
    top: 0px; 
    z-index: 0;
}

.stretch {
    width:100%;
    height:100%;
}