  body {
  color: #ffffff;
  background-color: #000000;
  background-image: url(http://www.noahsong.com/noahsite/images/press.jpg); background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 0px 0px;
  width:840px;
  height:800px;
}

a {
  color:red;
  text-decoration:none;
  
}
a:link {color:#FF0033;}
a:visited {color:#990033;}
a:hover {background-color:#FF9966;}



#title {
  width: 343px;
  height: 40px;
  position: absolute;
  top: 43px;
  left: 343px;
  margin:0px;
}
#title h1{margin:0px;}

#navmenu {
   width:450px;
   height:16px;
   position:absolute;
   top:78px;
   left:343px;
   font-family: Arial,sans-serif;
   font-size:12px;
}   

#footer {
width: 200px;
  height: 50px;
  position: absolute;
  top: 580px;
  left: 20px;
}

h1{
  color:#CC9966;
}

h1,h2,h3 { 
  font-family: "Times New Roman" Verdana, Arial, sans-serif; 
}

p { 
font-family: Georgia,serif;
font-size:16px;
color:#FF9933;
}


