BODY { background-image: url("images/other/Aurorabgnew.jpg");
       background-attachment:fixed;
      font-family: Arial, Helvetica, sans-serif; color: red }
ul
{
float:center;
width:100%;
padding:0;
margin:0 200;
list-style-type:none;
}
a
{
float:center;
width:6em;
text-decoration:none;
color:purple;
background-color:#ffffff;
padding:0.2em 0.6em;
border-right:1px solid white;
/*for IE */
filter:alpha(opacity=60);
/*CSS3 standard*/
opacity:0.6;
}
a:hover {background-color:teal}
li {display:inline}