/*====================================================================================IMAGES.CSS FILE!!IMPORTANT!!!This file is only for css styles that reference images, and of those only the imagereference and tiling options go in here. This file is imported into the mainSTYLES.CSS style sheet.Put the rest of your styles in the STYLES.CSS file.====================================================================================*/.sitebanner-left {	background-image: url(images/logo-tile.gif);	background-repeat: repeat-x;}.sitebanner-right {	background-image: url(images/logo-tile.gif);	background-repeat: repeat-x;}#header-imagebar {	background-image: url(images/logo-tile.gif);	background-repeat: repeat-x;}#header-textbar {	background-image: url(images/logo-top-tile.gif);	background-repeat: repeat-x;}.header-textbar-left {	background-image: url(images/logo-top.gif);	background-repeat: no-repeat;}/*.header-textbar-right {	background-image: url(images/logo-top-tile.gif);	background-repeat: repeat-x;}*/#prefooter {	background-image: url(images/logo-tile.gif);	background-repeat: repeat-x;}#footerblock {	background-image: url(images/logo-top-tile.gif);	background-repeat: repeat;}#option:hover {	background-image: url(images/bullet.gif);	background-repeat: no-repeat;	background-position: -5px;}#forum-block-post{	background-image: url(images/forum/post-icon-block.gif);	background-repeat: no-repeat;	background-position: -1px 2px;}/*====================================================================================THE END - C'MON WHAT WERE YOU EXPECTING?====================================================================================*/