body{
	background: url(bg.jpg) repeat;
	margin: 0px 0 0 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}

#wrapper{
	position:absolute;
	right:50px;
	bottom:50px;
	margin:20px auto;
	width:245px;
	padding:10px;
	background:#000;
	color:#fff;
	text-align: right;
	
}

#wrapper h1{
	float:left;
}
#wrapper span{
	
	color: #828282;
}
