/**
 * HomePage CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 5952 2007-03-03 06:18:46Z drbyte $
 */

body {
	background: url(../images/background.png) repeat;	
	}

#content_inner{
	background: url(../images/backgroundwithdivider.png) repeat-y;
}

.new_watermark {
	cursor: pointer;
	background: none;
	/* filter applies only to IE5+/Win */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='crop', src='http://127.0.0.1/delight/includes/templates/delights/images/watermark.png');
}
.new_watermark[class] {
	/* [class] applies to non-IE browsers */
	min-height: 600px;
	background-attachment: fixed;
	background-image: url(../images/watermark.png);
	background-repeat: no-repeat;
	background-position: top right;
}
