@charset "utf-8";
#container {
	position: relative;
	width: 779px;
	height: 1300px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/packagesbackground.jpg);
	background-repeat: no-repeat;
}
#text {
	position: absolute;
	width: 579px;
	height: 499px;
	margin-left: 89px;
	top: 200px;
	padding: 15px;
}
#text2 {
	position: absolute;
	top: 772px;
	margin-left: 200px;
	width: 475px;
	height: 142px;
	left: 20px;
}


* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	background-color: #C5B39B;
}
#back {
	position: absolute;
	top: 1100px;
	margin-left: 300px;
	width: 182px;
	height: 50px;
}
#sale {
	background-color: #000000;
	position: absolute;
	width: 604px;
	height: 89px;
	left: 91px;
	top: 775px;
}
.white {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #FFFFFF;
}
.red {
	font-weight: bold;
	color: #00FF00;
}



.strikethrough {
	color: #000000;
	text-decoration: line-through;
}

