body {
margin: 0px;
padding: 0px;
}

html {
margin: 0px; 
padding: 0px;
overflow: hidden;
}

img {
border: none;
}

#element1 {
	position:absolute;
	background-color:#000000; /* bleu ciel */
	width:70px;
	height:60px;
	text-align:center;
	top:3px;
	right:3px;
	}
#element2 {
	position:absolute;
	background-color:#000000; /* bleu ciel */
	width:70px;
	height:60px;
	text-align:center;
	top:170px;
	left:908px;
	}
#lastfmuser {
	position:absolute;
	background-color:#000000; /* bleu ciel */
	width:70px;
	height:60px;
	text-align:center;
	top:3px;
	left:227px;
	}
