/* Starter CSS by Mike Cherim - http://green-beast.com */
	
*, html, a {
	color: #d6d6d6;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
body {
	background: #960112 url(images/tile.jpg) repeat;
	margin: 0;
	padding: 0;
	position: relative;
}  
#main_wrapper {
	margin: 0 auto;
	width: 1000px;
	height: 750px;
}
object, embed {
 outline: 0;
}
a:focus, object:focus { outline: none; -moz-outline-style: none; }
/******ALT CONTENT *********/
#mainAlt {
	margin-top:-240px;
	margin-left: -370px;
	position: absolute;
	top:50%;
	left: 50%;
	background: white;
	border: 1px solid #960112;
	padding: 10px;
}
#main a {
	color:#960112;
	text-decoration: none;
}
#main a:hover {
	text-decoration: underline;
}
p {
	font-family: Helvetica,Verdana,sans-serif;
	color: #333;
	font-size: 11px;
	text-align: center;
 }
#music_wrapper {
	position: absolute;
	width: 125px;
	height: 22px;
	top:5px;
	right: 5px;
	border: 1px solid #333;
}
#kickstand {
	margin: 0;
	width: 200px;
	position: absolute;
	bottom: 0px;
	left:5px;
	background: none;
}
#kickstand, #kickstand a {
	font-family:"Courier New", Courier, monospace;
	font-size:9px;
	font-weight: normal;
	letter-spacing: normal;
	color: black; /* #4F4941 */
}
#kickstand a {
	text-decoration: underline;
}
#kickstand a:hover {
	color: #ccc;
}
/* end of file... for now */
