/*Css 1574 0.1 */



body {background-color:black;
      color:orange;
      font-family:courier; font-size:small;line-height:100%;
      width:770px;
      height:550px;}




.banner{position: absolute;
	top: 10px;
        left: 10px;
        width:770px;
        height: 550px;
        background:url(homepage.jpg);
        margin:10px;}

.main{position:absolute;
      top:200px;
      left:20px;
      width:600px;
           }

        A:link {text-decoration: none;color=red;}
        A:visited {text-decoration: none;color=darkred;}
        A:active {text-decoration: none;}
        A:hover {text-decoration:bold; color:white;background:bold ;}