/*
THE LONELIEST MONK
*/

body {
	background: #000000 url('../images/bg.jpg');
	color: #FFFFFF;
	font-size: 11px;
	line-height: 15px;
	font-family: Helvetica, Verdana, Arial;
	text-transform: uppercase;
	margin: 0px;
	text-align:center;
}

img {
	border: 0px;
}

a, a:active, a:visited {
	text-decoration: none;
	color: #CCCCCC;
	cursor: pointer;
}

a:hover {
	color: red;
}

#content {
	margin: 20px auto;
	width: 574px;
	text-align:center;
}

.hero {

}


