/* Borrowed from Stylin book, p158 */
body
{
  margin:0px;
  padding:0px;
  font: 1.0em verdana, arial, sans-serif;
  text-align:center;
}
* {margin:0; padding:0;}

/* Centre the page in the browser window */
div#mainwrap
{
  width:774px;
  height: 547px;
  margin-top: 10px;
  margin-left:auto;
  margin-right:auto;
  text-align:left;
}

div#contentarea
{
  width:774px;
  height: 547px;
  background-color:#FFF;
  background-image:url(singers20.jpeg);
  background-repeat: no-repeat;
}
div#middle
{
  font-size: 90%;
  margin-left: 265px;
  margin-right: 265px;
  color: white;
  
}
p
{
  margin-top: 10px;
  margin-bottom: 10px;
}
li
{
  margin-left: 10px;
}
a:link {color: yellow;}
a:visited {color: yellow;}
a:hover {color: maroon;}
a:active {color: yellow;}
