* {
	margin: 0;
	padding: 0; }
 
html {
	height: 100%;
	margin-bottom: 0.01em;
	overflow: -moz-scrollbars-vertical; }
 
body {
	background: #555;
	color: #444;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 12px;
	line-height: 18px; }
 
a {
	color: #EC2C27;
	text-decoration: none; }
 
	a:hover { color: #BF2723; }
 
	a:focus { outline: none; }
	
.dead {
	width: 200px;
	margin: 25% auto; }
	
	.dead .is {
		background: url(dead.png) no-repeat;
		width: 177px;
		height: 30px;
		text-indent: -9999px; 
		float: right; }