	* {
			padding: 0;
			margin: 0;
			border: none;
		}

		body {
			background: red url(../images/bg.gif);
			text-align: center;
			font: 68.75%/1.4 Tahoma, Arial, sans-serif;
			color: #222;
		}

		#all {
			position: relative;
			width: 1024px;
			margin: 0 auto;
			z-index: 1;
			background: transparent url(../images/all_bg.jpg) 0% 0% no-repeat;
			text-align: right;
		}

		#click_here {	
			position: absolute;
			bottom: 0;
			left: 30px;
		}

		#logotype {
			z-index: 3;
			position: absolute;
			left: 85px;
			top: 32px;
			border: none;
		}

		#url {
			position: absolute;
			z-index: 3;
			top: 108px;
			left: 150px;
			background: #881a10;
			color: #fff;
			font-size: 11px;
			text-transform: uppercase;
			font-weight: 600;
			padding: 2px 7px 2px 7px;
		}

		#content {
			position: relative;
			width: 540px;
			background: transparent url(../images/content_bg.gif) 50% 0% no-repeat;
			margin-left: auto;
			text-align: left;
			padding-top: 50px;
		}

		#download_dvds {
			font-family: Franklin Gothic Medium;
			font-size: 20px;
			/*margin-top: 50px;*/
			text-transform: uppercase;
			color: #fe8086;
		}

		#download_dvds p {
			margin-bottom: 7px;
		}

		#download_dvds span.blue_bg {
			color: #fff;
			background: #64ade1;
			font-weight: bolder;
			padding: 0 3px;
		}

		#download_dvds span.white {
			color: #fff;
		}

		.font_bigger {
			font-size: 25px;
		}

		.font_smaller {
			font-size: 14px;
		}
			
		#search_movies {
			float: right;
			/*margin-top: 45px;*/
			margin-right: 28px;
		}

		#search_movies h1 {
			font-family: Franklin Gothic Medium;
			font-size: 15px;
			font-weight: bold;
			color: #64ade1;
			text-transform: uppercase;
		}

		#search_movies select {
			display: block;
			margin-bottom: 5px;
			width: 160px;
		}

		p#no_specials {
			font-size: 11px;
			font-weight: bold;
			text-transform: uppercase;
			margin-top: 22px;
		}

		p#dvd_resolution {
			font-family: Franklin Gothic Medium;
			padding: 0 8px;
			float: right;
			background: #cb3138;
			color: #fff;
			font-size: 20px;
			margin-top: 15px;
			margin-right: 28px;
			text-transform: uppercase;
		}

		.video_clips {
			margin-top: 40px;
		}

		.video_clips .video_clip {
			margin-right: 10px;
			margin-bottom: 20px;
			float: left;
		}

		.video_clips .clip {
			text-align: center;
			background: transparent;
			border: 1px solid #fe8086;	
			padding: 7px;
		}
		
		.video_clips .clip img {
			border: 1px solid #d94148;
			margin: 0;
			padding: 0;
		}
		
		.free_sample {
			position: relative;
			width: 165px;
			margin-top: 5px;
			margin-left: 10px;
		}

		.free_sample img {
			position: absolute;
			top: 1px;
			left: 0;
			margin-right: 0;
			z-index: 3;
		}

		.free_sample div {
			position: relative;
			left: 32px;
			font-size: 12px; 
			z-index: 1;
		}

		.free_sample p.blue {
			padding: 0 2px 0 4px;
			font-size: 10px;
			color: #fff;
			background: #64ade1;
		}

		.free_sample p.red {
			padding: 0 2px 2px 4px;
			font-size: 11px;
			background: #e94b52;
			text-transform: uppercase;
			font-weight: bold;
			text-decoration: underline;
		}

		.free_sample p.red a {
			color: #fff;
		}

		.movie_description {
			width: 180px;
			font-size: 10px;
			color: #fff;
			margin: 10px 0 0 10px;
		}

		.pink {
			color: #ffa2a6;
			font-weight: bold;
		}

		.hr_red {
			border-top: 1px solid #d94148;
			height: 3px;
			overflow: hidden;
			width: 96%;
		}

		#content h3 {	
			color: #fff;
			font-size: 12px;
			font-weight: bold;
			margin-left: 10px;
			padding-top: 5px;
			margin-bottom: 7px;
		}

		.movie_previews {
			padding-left: 220px;
		}

		.movie_previews img {
			margin: 0 10px 20px 0;
			border: 1px solid #f76c72;
		}

		p.synopsis {
			clear: left;
			font-size: 10px;
			color: #fff;
			margin-left: 10px;
			padding-right: 60px;
		}

		#footer {
			width: 930px;
			position: relative;
			z-index: 3;
			border-top: 1px solid #d94148;
			padding: 20px 0px 20px 0px;
			margin: 30px auto 30px auto;
		}

		#footer p.float_left {
			font-size: 10px;
			color: #fff;
			text-align: left;
		}

		#footer p.float_left a {
			color: #ffbcbf;
			font-weight: bold;
			text-decoration: underline;
		}

		#footer .porncentro {
			float: right;
			font-family: Trebuchet MS;
			font-size: 12px;
			color: #fff;
			font-weight: bold;
			text-decoration: none;
			padding-top: 0px;
			margin-top: -3px;
		}

		#footer .porncentro img {
			vertical-align: middle;
		}

		#footer .porncentro span {
			vertical-align: middle;
			margin-left: 3px;
		}




