@charset "utf-8";
/* CSS Document */
a:link { 
	color: #3399FF;
	}
a:visited { 
	color: #33CCFF;
	}
a:hover { 
	color: #CCCCCC;
	background-color: #333333;
	text-decoration: none;
	}
a:active { 
	color: #333333;
	}
img
{  border-style: none;
}
#wrapper {
	height: 1500px;
	width: 800px;
	background-position: center;
	margin: auto;
	position: relative;
	z-index: 1;
}
body {
	background-attachment: scroll;
	background-color: #111111;
	background-image: url(images/header.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#logo {
	background-image: url(images/NRLogo.png);
	height: 50px;
	width: 380px;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	top: 140px;
	left: -15px;
}
#mp3player {
	position: relative;
	width: 90px;
	right: -710px;
	bottom: -105px;
	height: 24px;
}
#imageroll {
	position: relative;
	height: 440px;
	width: 350px;
	top: 150px;
	right: -450px;
	z-index: 2;
}
#spongecell {
	position: relative;
	height: 400px;
	width: 320px;
	right: -470px;
	top: 170px;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
	z-index: 2;
}
#othersites {
	position: relative;
	height: 300px;
	width: 320px;
	text-align: center;
	z-index: 2;
	float: right;
	top: -1000px;
}

#copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #E6F0FF;
	position: relative;
	height: 900px;
	width: 400px;
	padding: 0px;
	top: -680px;
	left: 0px;
	font-weight: normal;
	margin: 0px;
	z-index: 9;
}
