
body, body * {
	font-family: 'Ubuntu', sans-serif;
}

body {
	background: #f1f1f1;
	background: -webkit-radial-gradient(circle, #ffffff, #f1f1f1);
	overflow: hidden;
	padding: 0;
	margin: 0;
}

a img {
	border: none;
	opacity: 0.6;
	margin-right: 5px;
	width: 16px;
	height: 16px;
}

a img:hover, a img:active, a img:focus {
	opacity: 1;
}

.x-title {
	color: gray;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 5px;
}

.x-desc {
	color: silver;
	font-style: italic;
	font-size: 12px;
}

.x-desc b {
	font-size: 13px;
}

.x-container {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -20px;
	margin-left: -160px;
}

.x-links {
	text-align: right;
}
