body {
	background-color:#E0DFE3;
	background: url("images/background.gif");
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

#index {
	position:absolute;
	right:0;
	bottom:0;
}
body > #index { position: fixed; }

#ranking {
	position:absolute;
	right:6px;
	bottom:6px;
}
body > #ranking { position: fixed; }

#content {
	width:480px;
	text-align:left;
	line-height:24px;
}

#content a, #footer a {
	color:#000000;
	text-decoration: none;
}
#content a:hover, #footer a:hover {
	color:#ffffff;
	background: #ed145a;
}

#gallery a {
	padding: 6px;
}

.c {
	background:#222;border:4px solid #000;padding:6px 0;
}

.inner {
	background:#E0DFE3;padding:15px;border:1px solid #555;
}