@charset "UTF-8";

/* Random Background using PHP */
#bg-container {
	height: 781px;
	width: 995px;
	background-image: url(../images/bg/home/bg.php);
	background-repeat: no-repeat;
}

/* Intro Content */
#intro-container {
	width: 580px;
	float: right;
	margin-top: 527px;
	/*margin-top: 450px;  For Annual Sale */ 
	background-color: #61564a;
	padding-top: 9px;
	padding-right: 20px;
	padding-bottom: 9px;
	padding-left: 20px;
}
#intro-container img {
	margin-bottom: 5px;
}
#promo {
	width: 505px;
	float: right;
	margin-top: 6px;
	background-color: #61564a;
	padding-top: 9px;
	padding-right: 20px;
	padding-bottom: 9px;
	padding-left: 20px;
	margin-left: 22px;
}
#promo-discount {
	float: right;
}

