/* CSS Document */

/* CSS Document */
body {
	margin:0;
	margin-bottom: 15px;
	background-color: #000; /* black */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #FFF;
	text-align: center;
	background-image: url(nkaBG_01.jpg);
	background-repeat: repeat;
	background-position: left top;
}
.topWrapper {
	width: 100%;
	background-color: transparent;
	margin: auto;
	text-align: left;
	height: 105px;
}
.mainWrapper {
	width: 100%;
	background-color: #333;
	margin: auto;
	text-align: left;
	height: 600px;
}
.spacer {
	height: 270px;
}
.text {
	padding-left: 150px;
}
.mainText {
	
}
.blueText {
	color: #00bbbb;
}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
}