/* CSS Document */

body 
{
margin: 0px;
padding: 0px;
color: #000;
background: #006666;
}


									/* SITE BODY ELEMENTS  */


/* holds everything but menu, banner, top logo and footer */
.container
{
margin: 0px auto;
width: 960px;
height: 860px;
}
