
BODY { 
background-image: url(KK.png);
background-color: ivory;
background-position:center top;
background-repeat: repeat;
background-size: 20%;

}

/* unvisited link */
a:link {
	color: #000099;
	text-decoration: underline;
}

/* visited link */
a:visited {
	color: #000099;
	text-decoration: underline;
}

/* mouse over link */
a:hover {
	color: #D7AF00;
	text-decoration: underline;
}

/* selected link */
a:active {
	color: #D7AF00;
}

#container {
	//background-color:white;
	//border-style: dotted;
	//margin-top: -25;
	margin-left: -400;
	position: absolute;
	top: 20px; left: 50%; bottom: 0; right: 0;
	width: 800;
}

#contentcontainer{
	background: rgba(255, 255, 255, 0.8);
	padding: 120 30 30 30;
	border: 0.1px solid black;
	box-shadow: 7px 7px 2px #888888;
}

#countdown {
	//background-color:red;
	font-size: 200%;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	//height: 50;
}

#giftTable th, td{
	//border: 1px solid black;
	text-align: left;
	//background: white;
	//opacity: 0.9;
	padding: 10px;
	//margin: 100px 1000px 0px 0px;
}

p.giftbrand {
//border: 1px solid blue;
padding: 4px 0;
font-size: 14px;
line-height: 15px;
margin: 0px;
}
p.giftCategory {
//border: 1px solid blue;
padding: 30px 0px 0px 0px;
font-weight: 700;
text-transform: uppercase;
font-size: 25px;
line-height: 25px;
margin: 0px;
}
p.giftname {
//border: 1px solid red;
font-weight: 700;
text-transform: uppercase;
font-size: 16px;
line-height: 16px;
margin: 0px;
}
p.giftprice {
//border: 1px solid red;
font-weight: 700;
text-transform: uppercase;
text-align: center;
font-style: italic;
font-size: 13px;
line-height: 16px;
margin: 5px 0px 0px 0px;
}
/*p.giftstotal {
padding: 4px 0;
font-size: 10px;
line-height: 10px;
margin: 0px;
}
p.giftsavailable {
font-weight: 700;
text-transform: uppercase;
font-size: 16px;
line-height: 16px;
margin: 0px;
}*/

p.store {
margin: 0px;
vertical-align: center;
}

td.reserveCell {
 min-width: 150px;
}

p.programtext {
//border: 1px solid blue;
padding: 4px 0;
font-size: 14px;
line-height: 11px;
margin: 0px;
text-indent: 40px;

}
p.programtitle {
//border: 1px solid red;
font-weight: 700;
text-transform: uppercase;
font-size: 16px;
line-height: 16px;
margin: 0px;
padding-bottom: 5px;
padding-top: 20px;
}
