div.column {
	position: relative;
	float: left;
	width: 50%;
}
div.wrapper {
	padding: 7px;
}
div#heading {
	padding-top: 20px;
	padding-left: 200px;
}
	div#heading p {
		margin-top: -20px;
		margin-left: 100px;
		width: 400px;
		color: #fff;
		font-size: 14px;
	}
	div#heading a#logo {
		position: absolute;
		top: 20px;
		left: -10px;
	}

div#giftForm {
	width: 210px;
	margin-left: 40px;
}
* html div#giftForm {
	margin-left: 20px;
}
div#formText {
	width: 210px;
}
div#giftForm form select {
	display: block;
	margin: 10px 0;
	width: 210px;
}
div#giftForm form input.showprod {
	border: none;
	background: none;
	display: block;
	height: 25px;
	font-size: 12px;
	width: 140px;
	float: right;
	margin: 10px 0 0 0;
	color: #666666;
	padding: 0 20px 0 0;
	background: url("../_images/showprod.gif") no-repeat right;
}
a#bigPresent {
	position: relative;
	float: right;
}
div#topMenu {
	position: relative;
	clear: both;
	text-align: right;
	width: 940px;
	color: #fff;
}
div#topMenu a:link, div#topMenu a:visited {
	color: #fff;
}
div#giftMenu {
	position: absolute;
	top: 240px;
	width: 239px;
	height: 251px;
}
	div#giftMenu h5 {
		color: #005acc;
		margin: 0 0 10px 10px;
	}
a#tv {
	position: absolute;
	top: 220px;
	right: 30px;
}
a#mp3 {
	position: absolute;
	top: 580px;
	left: 60px;
}
a#mp3-player {
	position: absolute;
	top: 500px;
	left: 10px;
}
div#mp3-text {
	position: absolute;
	top: 645px;
	left: 60px;
	width: 210px;
}
div#getmp3 {
	display: none;
	position: absolute;
	left: 20px;
	bottom: 0px;
	width: 250px;
	border: solid gray 1px;
	background-color: #fff;
	right: -110px;
}
.closebutton {
	position: absolute;
	top: 0px;
	right: 0px;
}