/* CSS Document */

Body {
margin-top:0;
margin-bottom:0;
background-image: url(images/pagedesign/background.jpg);
background-repeat: repeat-y;
background-position: center top;
background-color: #9a9a9a;
}

#container
{
background-color:#6e6c6d;
margin:0 auto;
width: 996px;
}

#header
{
background: url(images/pagedesign/header.jpg) no-repeat;
display: block;
height: 156px;
width: 996px;
}

#left {
background: url(images/pagedesign/leftside.jpg) no-repeat;
display: block;
float: left;
height: 902px;
width: 41px;
}
	
#right {
background: url(images/pagedesign/rightside.jpg) no-repeat;
display: block;
float: right;
height: 902px;
width: 41px;
}

#footer {
clear: both;
background: url(images/pagedesign/footer.jpg) no-repeat;
display: block;
height: 48px;
width: 996px;
}