
		* {
			margin: 0;
			padding: 0;
			border: 0;
		}
		
		html {
			background: url('images/raye.gif');
			width: 100%;
			height: 100%;
			margin: 0;
			padding: 0;
		}
		
		body {
			background-color: #FFF;
			font-family: Georgia;
			font-weight: normal;
			position: absolute;
			width: 870px;
			height: 100%;
			top: 0;
			left: 50%;
			margin: 0 0 0 -485px;
			padding: 0 50px;
			border-left: 12px solid #CCCCCC;
			border-right: 12px solid #CCCCCC;
		}
		
		#container {
			position: absolute;
			width: 860px;
			height: 560px;
			top: 50%;
			left: 50%;
			margin: -270px 0 0 -430px;
		}
		
		#logo {
			background: url('images/logo.jpg');
			display: block;
			position: absolute;
			top: 0;
			width: 214px;
			height: 141px;
		}
		
		h1 {
			font-size: 36px;
			font-weight: normal;
			line-height: 44px;
			display: block;
			width: 280px;
			top: 155px;
			position: absolute;
		}
		
		h2 {
			position: absolute;
			display: block;
			top: 265px;
			width: 250px;
			font-size: 16px;
			font-weight: normal;
			line-height: 28px;
			color: #FF0096;
		}
		
		#buy {
			background: url('images/buy.jpg');
			width: 160px;
			height: 52px;
			position: absolute;
			top: 375px;
		}
		
		#buy:hover {
			background-position: 0 -52px;
		}
		
		h3 {
			position: absolute;
			display: block;
			top: 455px;
			font-size: 12px;
			line-height: 20px;
			font-weight: normal;
			color: rgb(120,120,120);
			
		}
		
		h3 a {
			color: #000;
			text-decoration: none;
		}
		
		h3 a:hover {
			color: #000;
			text-decoration: underline;
		}
		
		
		#free {
			background: url('images/free.jpg');
			position: absolute;
			width: 100px;
			height: 77px;
			left: 595px;
			top: 0;
		}
		
		#contest {
			width: 230px;
			background-color: #ededed;
			position: absolute;
			font-style: italic;
			top: 150px;
			left: 605px;
			color: #000;
			padding: 12px 15px 15px 15px;
			text-align: center;
			line-height: 26px;
			font-size: 16px;
			z-index: 80;
		}
		
		#contest span {
			font-size: 14px;
			line-height: 22px;
		}
		
		#follow {
			display: block;
			margin: 10px 0 0 0;
		}
		
		#terms {
			margin: 10px 0 15px 0;
			clear: both;
			display: block;
			font-size: 14px;
		}
		
		#contest a {
			color: #000;
		}
		
		#contest a:hover {
			color: #FF0096;
		}
		

		#movie {
			background: url('demo/splash.jpg') 0 0;
			position: absolute;
			left: 295px;
			top: 53px;
			height: 518px;
			width: 290px;
			z-index: 5;
		}
		
		#tweet {
			position: absolute;
			top: 70px;
			left: 815px;
			z-index: 80;
		}
		
		#fbShare {
			position: absolute;
			top: 114px;
			left: 735px;
			z-index: 80;
		}		
