div#topdiv1 {	
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	color:#333;
	background:white;
	padding:8px;	
}
div#topdiv2 {	
	position:fixed;
	top:75px;
	left:0px;
	width:100%;
	color:#333;
	background:white;
	padding:8px;	
}
body{
	background-image: url(img/n_bk.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	}

<!-------------------TEXT------------------->
a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: none;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #999;
}


div#bottomdiv {	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	color:#ccc;
	background:#000;
	opacity: 0.5;
	padding:8px;	
}

.container-marquee{
position: relative;
width:100%; /*marquee width */
height: 75px; /*marquee height */
overflow: hidden;
background-color: white;
padding: 2px;
padding-left: 4px;
}