/*
THE LONELIEST MONK
*/

body {
	background: #010101 url('../images/kilorecords-roster.jpg') top center;
	color: #999999;
	font-size: 14px;
	line-height: 20px;
	font-family: Helvetica, Verdana, Arial;
	text-transform: uppercase;
	margin: 0px;

}

img {
	border: 0px;
}

a, a:active, a:visited {
	text-decoration: none;
	color: #92ce13;
	cursor: pointer;
}

a:hover {
	color: #FFFFFF;
}

.roster a, .roster a:active, .roster a:visited {
	text-decoration: none;
	color: #92ce13;
	cursor: pointer;
}

.roster a:hover {
	color: #FFFFFF;
}

.contact a, .contact a:active, .contact a:visited {
	text-decoration: none;
	color: #00a6a1;
	cursor: pointer;
}

.contact a:hover {
	color: #FFFFFF;
}

.friends a, .friends a:active, .friends a:visited {
	text-decoration: none;
	color: #f2dc20;
	cursor: pointer;
}

.friends a:hover {
	color: #FFFFFF;
}

#content {
	margin: 0px auto;
	width: 100%;
	text-align:left;
}

#info {
	background-image: url('../images/black.png');
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding: 25px;
	font-weight: bold;
}

#data {
	width: 900px;
}

#kilorecords {
	float:left;
	margin-right: 25px;
	padding-top: 4px;
}

.hero {
	display:none;
}

#copyright {
	font-size: 11px;
	width: 100%;
	text-align:right;
	margin-top: -10px;
}

.small {
	font-size: 11px;
	line-height: 15px;
}

.med {
	font-size: 16px;
	line-height: 20px;
}

.large {
	font-size: 22px;
	line-height: 26px;
}

h3 {
	font-size: 24px;
	margin-bottom: 10px;
	font-family: helvetica;
}


