Coke Can (CSS3 WARPING)

by Mike Gleeson

HTML

<div id="coke">
		<div id="x">
			<p id="x1"></p><p id="x2"></p><p id="x3"></p><p id="x4"></p><p id="x5"></p><p id="x6"></p><p id="x7"></p><p id="x8"></p><p id="x9"></p><p id="x10"></p><p id="x11"></p><p id="x12"></p><p id="x13"></p><p id="x14"></p><p id="x15"></p><p id="x16"></p><p id="x17"></p><p id="x18"></p><p id="x19"></p><p id="x20"></p><p id="x21"></p><p id="x22"></p><p id="x23"></p><p id="x24"></p><p id="x25"></p><p id="x26"></p><p id="x27"></p><p id="x28"></p><p id="x29"></p><p id="x30"></p><p id="x31"></p><p id="x32"></p><p id="x33"></p><p id="x34"></p><p id="x35"></p><p id="x36"></p><p id="x37"></p><p id="x38"></p><p id="x39"></p><p id="x40"></p><p id="x41"></p><p id="x42"></p><p id="x43"></p><p id="x44"></p><p id="x45"></p><p id="x46"></p><p id="x47"></p><p id="x48"></p><p id="x49"></p><p id="x50"></p><p id="x51"></p><p id="x52"></p><p id="x53"></p><p id="x54"></p><p id="x55"></p>
			<a href="http://www.romancortes.com/" target="_top">
				<img src="http://www.romancortes.com/ficheros/coke-can.png" />
			</a>
		</div>
	</div>

CSS

body
		{
			margin: 0;
			padding: 0;
			overflow: hidden;
		}

		#coke
		{
			width: 510px;
			height: 400px;
			overflow: auto;
		}
		
		img
		{
			border: 0;
			margin-left: -172px;
		}
		
		a
		{
			display: block;
			padding-top: 19px;
			width: 194px;
		}

		a:hover img
		{
			background-image: url(coke-title.png);
			background-repeat: no-repeat;
			background-position: 15px 100px;
		}

		div div
		{
			background-image: url(coke-scroll.png);
			background-repeat: no-repeat;
			background-position: 0 0;
			padding-left: 300px;
			width: 660px;
		}

		p
		{
			margin: 0;
			padding: 0;
			float: left;
			height: 336px;
			background-image: url(http://ajaxian.com/wp-content/images/coke-label.jpg);
			background-attachment: fixed;
			background-repeat: repeat-x;
			width: 1px;
		}
		
		#x1 {background-position: 5px 30px;}
		#x2 {background-position: 0px 30px;}
		#x3 {background-position: -3px 30px;}
		#x4 {background-position: -6px 30px;}
		#x5 {background-position: -8px 30px;}
		#x6 {background-position: -10px 30px;}
		#x7 {background-position: -12px 30px;}
		#x8 {background-position: -14px 30px;}
		#x9 {background-position: -15px 30px;}
		#x10 {background-position: -16px 30px;}
		#x11 {background-position: -17px 30px;}
		#x12 {background-position: -18px 30px;}
		#x13 {background-position: -19px 30px;}
		#x14 {background-position: -20px 30px;}
		#x15 {background-position: -21px 30px;}
		#x16 {background-position: -22px 30px; width: 2px;}
		#x17 {background-position: -23px 30px;}
		#x18 {background-position: -24px 30px; width: 2px;}
		#x19 {background-position: -25px 30px; width: 2px;}
		#x20 {background-position: -26px 30px; width: 2px;}
		#x21 {background-position: -27px 30px; width: 2px;}
		#x22 {background-position: -28px 30px; width: 3px;}
		#x23 {background-position: -29px 30px; width: 3px;}
		#x24 {background-position: -30px 30px; width: 4px;}
		#x25 {background-position: -31px 30px; width: 5px;}
		#x26 {background-position: -32px 30px; width:...