/* neu.css */
<!--
 body { font-family: 'Ubuntu', sans-serif; font-size:1em; color:#FFFFFF; background-color:#000000; }
 table { font-family: 'Ubuntu', sans-serif; font-size:0.75em; }
 img { border:0; }
 
 a:link { font-weight:normal; color:#FFFFFF; }
 a:visited { font-weight:normal; color:#FFFFFF; }
 a:hover { text-decoration:none; font-weight:normal; color:#FF0000; }
 a:active { text-decoration:none; font-style:italic; font-weight:bold; color:#FFFFFF; }

#extraDiv2 {
	background-image: url(/1920.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 300px;
	width: 100%;
	position: fixed;
	top: 0px;
	z-index: 0;
}
-->

