body { 
	margin: 0; 
	padding: 0;
	background-color: #000;
}
#background {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
}
#content {
	background: url(http://dl.getdropbox.com/u/536801/gueamu-com/item.png);
	position: absolute; 
	top: 30%; 
	left: 0; 
	width: 100%;
	z-index: 10;
	color: #999;
	padding: 20px 0;
	font-family: Calibri, Helvetica, Arial, sans-serif; 
	font-size: 36px;
	text-align: center;
}
#content a { color:#999; text-decoration: none; }
#content a:hover { color:#ccc; }
.mail a:hover { color:#ccc; }
.blog a:hover { color:#007BFF; }
.fb a:hover { color:rgb(0,84,158); }
.in a:hover { color:#69f; }
.twit a:hover { color:rgb(148,228,232); }