body {
	background-image:      url(bg1.jpg);
	background-attachment: fixed;
	}

#banner {
	height: 120px;
	width:  750px;
	}

#sidebar {
	float:  left;
	margin: 0;
	width:  150px;
	}

#curve {
	margin:     0 0;
	background: url(curve.png) top left no-repeat;
	height: 160px;
	width:  592px;
	}
	
#home {
	margin:     0 0;
	background: url(hometop.png) top left no-repeat;
	height: 160px;
	width:  592px;
	}
	
#episode {
	margin:     0 0;
	background: url(episodetop.png) top left no-repeat;
	height: 160px;
	width:  592px;
	}
	
#info {
	margin:     0 0;
	background: url(infotop.png) top left no-repeat;
	height: 160px;
	width:  592px;
	}

#dump {
	margin:     0 0;
	background: url(dumptop.png) top left no-repeat;
	height: 160px;
	width:  592px;
	}



#index {

	float: left;
	margin: 0;
	width: 600px;
	background-image:      url(subbg1.png);
	}
