/* CSS Document */
html, body {	
}

body {
	background-color: #000;
	font-family: Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #da0fc0;
	text-align: center;	
}

a:link {
color: #fcff00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
color: #fcff00;
}
a:hover {
	text-decoration: none;
	color: #da0fc0;
}
a:active {
	text-decoration: none;
color: #fcff00;
}

#center {
	padding: 1%;
	text-align:center;
	margin: auto;
	clear:left;
}

#bg{
	text-align:center;
	background-image: url('nn-bg.jpg');
	background-repeat: no-repeat;
	width: auto;
	height: 509px;
	}

#float{
	float: right;
	margin-top: 35%;
	padding-right: 5%;
	text-align: right;
	padding-top: 0%;
}

#red{
	color: #d31616;
}

#intheyear{
	font-size: 25px;
}
