/* CSS Document */

*{
margin:0;
padding:0;
}

body {
margin:0 auto;
background:#000 url(images/background.jpg) repeat-x bottom;
font:76% Arial, Helvetica, sans-serif;
}

#container {
margin:0 auto;
width:800px;
background:#222;
}

#header {
background:url(../images.freewebs.com/Images/imageNotFound.html) no-repeat;
height:401px;
}

#content {
height:300px;
background:url(images/content.jpg) no-repeat;
}

#boxes {
background:url(images/boxes.jpg) no-repeat;
height:603px;
}

#gallery {
margin:0 auto 15px auto;
text-align:center;
width:730px;
background:#333;
padding:13px 0;
}

#myGallery
{
	text-align: left;
	margin: 0 auto;
}

#footer {
height:77px;
background:url(../images.freewebs.com/Images/imageNotFound.html) no-repeat;
}












