body {
	background: url(../images/bg-body.png) repeat 0 0;
	text-align: center;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: white;
	
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

a:link, a, a:active {
	text-decoration: none;
	color: white;
	border-bottom: 1px dashed rgba(254,255,254,0.49);
	outline: none;
}

a:hover, a:visited {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

div#wrapper {
	width: 500px;
	margin: 0 auto;
	text-align: left;
	
}

h1#asterism {
	background: url(../images/h1-asterism.png) no-repeat 0 0;
	display: block;
	height: 320px;
}

h1, h2{
	text-indent: -999px;
	overflow: hidden;
}

p{
	text-align: center;
}

