* {
	margin: 0;
	padding: 0;
}
body {
	font: 0.8em/130% Arial, Helvetica, sans-serif;
	color: #fff;
	background: #dc1228 url(../assets/bg.png) left top no-repeat;
	margin-top: 22em;
}
a {
	color: #fff;
	font-size: 86%;
}
a:hover {
	text-decoration: none;
}
#promotion {
	position: absolute;
	z-index: 10;
	width: 900px;
	left: 101px;
	top: 26px;	
}
#kitkat {
	position: absolute;
	left: 9px;
	top: 5px;
	width: 426px;
	height: 232px;
}
#promotioncopy {
	position: absolute;
	top: 42px;
	left: 439px;
	z-index: 10;
	color: #501650;
	text-align: center;
	width: 343px;
}
#promotioncopy h1 {
	font: bold 320%/120% "Arial Black", Arial, Helvetica, sans-serif;
	margin-bottom: 0.5em;
	background: #fff;
}
#promotioncopy h1 span {
	color: #874D47;
}
#product {
	display: block;
	font: bold 140% "Arial Black", Arial, Helvetica, sans-serif;
	margin-top: 0.8em;
}
#claim {
	margin: 1.8em auto 0;
	color: #fff;
	background: #dc1228 url(../assets/claimbox-top.png) left top no-repeat;
	width: 215px;
	padding: 10px 0 0;
	/*margin: 2.8em 0 0 500px;*/
	text-align: left;
}
#claim p {
	background: #dc1228 url(../assets/claimbox-text-bg.png) left top repeat-y;
	padding: 0 15px 5px;
}
#claim #claimfooter {
	width: 215px;
	height: 9px;
	background: #dc1228 url(../assets/claimbox-bottom.png) left bottom no-repeat;
}
#tandcs {
	margin-left: 115px;
	background: #3f558f url(../assets/termsbox-bg.png) left top repeat-y;
	width: 762px;
}
#tandcs h2 {
	font-size: 130%;
	background: #3f558f url(../assets/termsbox-top.png) left top no-repeat;
	/*width: 722px;*/
	padding: 2em 20px 2em;
}
#tandcs ol {
	padding-bottom: 2em;
	margin-left: 3.5em;
	margin-right: 2em;
}
#tandcs li {
	margin-bottom: 1em;
}
#tandcs #promoter {
	background: #3f558f url(../assets/termsbox-bottom.png) left bottom no-repeat;
	padding: 0 20px 2em;
	text-align: right;
	font-weight: bold;
}
#footer {
	margin-left: 113px;
	width: 722px;
	padding: 1em 20px;
	text-align: right;
}

div .clearboth {
	clear: both;
}
