@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/common/lowerBg.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

#wrapper {
	width: 100%;
	min-height: 350px;
	height: 350px;
	padding: 0px;
	margin: 0px;
	background-attachment: fixed;
	background-image: url(../images/common/upper-cookie-tile.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

