 body {
	background-color: #222;
	margin: 0;
	padding: 20px;	
	color: #eee;
	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	
	padding-top:60px;
}
img{
	max-width:100%;
	height: auto;
}

a {
	color: #6580c6;
	text-decoration: none;
}

a:hover {
	color: #FFF;
}

div#logo{
	position:absolute;
	top:20px;
	left:20px;

	display:none;
}
div#logo img{
	width:200px;
}

.menu{
	margin-top: 70px;
}

.psi {
	text-align: center;
	position: absolute;
	bottom: 5px;
	color: #999;
	left:0;
	width:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.psi a{
	color: #aaa;
}


.footer{
	text-align:center;
	margin-top: 40px;
	color: #aaa;
}
.c:before{
	content:'contact : crmb';
	display:inline;
}


/* Game soundtracks */
.gs{
	max-width: 1000px;
	margin: auto;
	
	line-height: 1.5;
}

table tr td:nth-of-type(2){
	color: #bbb;
}