html, body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	color: #bbb;	
	background: #000;
	font-family: 'Nothing You Could Do', cursive;
}
.content {
	position: relative;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	background-image: url("/images/bg-1.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 40%;
	background-color: #000;
	opacity: 0;
}
.title-page-header {
	position: absolute;
	bottom: 20px;
	right: 40px;
	font-size: 2em;
}
.link-common,
.link-common:link,
.link-common:visited,
.link-common:hover,
.link-common:active 
{
	color: white;
	text-decoration: none;
}
.link-common:hover {
	text-shadow: 2px 2px 8px #ccc;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) { 
	.content {
		width: 320px;
		background-size: 60%;
	}
	.title-page-header {
		right: 10px;
		top: 0;
	}
}
