/* CSS Document */
div#main
{
/*
  background:#000000 url(/image/construction.jpg) no-repeat;
  height:830;
  width:1245;
*/
}

div#soon
{
  font: 24pt Arial, sans-serif; 
  color:white; 
}

body 
{
  background-image: url(/image/construction.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-color: black;
}
