#toppage {
   	background: url('images/top.jpg') no-repeat;
}

#blog {
	background: url('images/blog.jpg');
}

#bookimg {
	background: url('images/books3.jpg') no-repeat;
}

#content {
	background: transparent url('images/vine.png') repeat-y scroll left top;
}

#spacer {
	background: no-repeat url('images/filler.png');
}

#marquee {
	background: url('images/marquee.jpg');
}

#links {
	background: transparent url('images/left-inside.png') repeat-y scroll left top;
}

#contents {
    background: transparent url(images/right-inside.png) repeat-y scroll right top;
}

#leftside {
	background: url('images/left-side.png') repeat-y scroll left top;
}

#rightside {
	background: url('images/right-side.png') repeat-y scroll right top;
}

.top * {
	background: no-repeat transparent url('images/totop.png');
}

.spacer {
	background: no-repeat transparent url('images/divider.png');
}

h1,h2,h3 {
	background: no-repeat transparent url('images/header.jpg');
	height:30px;
}

