/* This section deals with general layout */

body
{ margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  background: url(../pictures/background.jpg) repeat-y;
  height: 100%;
  width: 100%;
  background-attachment: scroll;
}

h1 {
	font-size: 14px;
}

#img {
   text-align: center;
}

#maincontent {
   position: absolute;
   Width: 720px;
   height: 100%;
   margin-top: -300px;
   margin-left: 400px;
   background-attachment: scroll;
   font-family: arial, verdana, sans-serif;
   font-size: 12px;
}

#thanks {
   margin-left: 300px;
   font-family: arial, verdana, sans-serif;
   font-size: 30px;
}

#greeting {
   font-family: arial, verdana, sans-serif;
   font-size: 15px;
}
/* This section deals with the navigation */


#navcontainer li a {
text-decoration: none;
list-style: none;
}

#navcontainer ul
{
list-style: none;
margin-left: -45px;
padding-bottom: 0;
border: none;
list-style: none;
list-style-type: none;
}