a {
	color:#FFF;
	text-decoration:none;	
}
	
body {
	background: #000;
	color: #FFF;
	font: 12px 'PT Sans Narrow', sans-serif;
	text-transform: uppercase;
	text-shadow: 0 2px 0px #000;
	min-width: 960px;
}
.ie body {
	filter: dropshadow(color=#000000, offx=0, offy=1);	
}


big {
	font-size: 90px;
	letter-spacing: -5px;
	line-height: 120px;
	text-shadow: 0 3px 3px #000;
	background: rgba(255, 255, 255, 0.2) url();
	border: 2px solid #FFF;
}
small {
	background: rgba(0, 0, 0, 0.8) url();
	border: 1px solid #111;
	font-size: 15px;
	padding: 0 5px;
}
a:hover {
	color:#F00;	
}
#main {
	top:20px;
	left:20px;
	position:absolute;
	width:800px;
	text-align:left;
}
#footer {
    zoom: 1; 
	background:rgba(0, 0, 0, 0.5) url();
	color:#FFF;
	left:0;
	padding:5px 10px;
	position:fixed;
	text-align:center;
	bottom:0;
	width:100%;
}