/***   set defaults   ***/
body
{
margin:0;
padding:0;
border:0;
/***   background:url(/images-css/bkg-vertical-blue-linen.png) repeat;   ***/
/***   background:url(/images-css/bkg-canvas-linen.jpg) repeat;   ***/
background:url(/images-css/bkg-beige-and-grays.jpg) repeat;
font-family:'Trebuchet MS',verdana,arial,sans-serif;
color:#000000;
font-size:18px;
line-height:115%;
vertical-align:baseline;
letter-spacing:0px;
word-spacing:0px;
font-weight:500;
font-style:normal;
font-variant:normal;
text-transform:none;
text-decoration:none;
text-align:justify;
text-indent:0px;
}

#entire
{
/***   negative top margin is needed to clear white default in some browsers   ***/
margin:-2px 0 0 0; 
padding:15px 0 15px 0;
border:0;
background:transparent;
/*
background: url(/images-css/beach.jpg)no-repeat center center fixed; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
*/
z-index:-9;
width:100%;
height:100%;
}

#container
{
width:1001px;
margin:0 auto;
padding:0;
border:0;
}

#midsection
{
margin:0 auto;
padding:0 35px 0 35px;
border:0;
}

#header
{
margin:0 auto;
padding:0;
border:0;
}

#footer
{
margin:0 auto;
padding:0 20px 10px 20px;
border:0;
}

#footercontent
{
width:700px;
margin:0 auto;
padding:0;
border:0;
text-align:center;
}

#toTop 
{
border:0;
padding:0;
margin:0;
position:fixed; /* this is the magic */
bottom:10px; /* together with this to put the div at the bottom*/
right:20px;
cursor:pointer;
display:none;
background:transparent url(/images-css/back-to-top.60x53.png) no-repeat;
width:60px;
height:53px;
}
