/* CSS Document */



body {background-image: url(images/background.jpg); background-repeat: repeat-x; background-color:#dbdfeb;}

#top-content{margin:0px auto;
		width:1000px;
		height:240px;
		background-image:url(images/background.jpg);
		background-repeat:repeat-x;
		background-position:top;
		}
		
#content{margin:0px auto;
		width:1000px;
		height:auto;
		background-image:url(images/background2.gif);
		background-repeat:repeat-y;
		}
		
#content2{margin:0px auto;
		width:940px;
		height:auto;
		}

