	* {
			padding: 0;
			margin: 0;
			border: 0;
		}
		.logo img { width: 310px; height: 55px; }

		body {
			background: #d2c6a1 url(../images/bg.gif) repeat-x;
			text-align: center;
			font: 68.75%/1.4 Tahoma, Arial, sans-serif;
			color: #222; 
		}

		#all {
			position: relative;
			width: 100%;
			margin: 0 auto;
			z-index: 1;
			background: transparent url(../images/all_bg.jpg) 50% 0% no-repeat;
		}

		#all_inside_center {
			position: relative;
			width: 850px;
			margin: 0 auto;
			text-align: left;
		}

		#logotype {
			z-index: 3;
			position: absolute;
			left: 0px;
			top: 47px;
			border: none;
		}

		#click_here {
			position: absolute;
			right: -40px;
			top: 640px;
		}
		#click_here a img { width: 319px; height: 374px;}

		#url {
			position: absolute;
			z-index: 3;
			top: 118px;
			left: 60px;
			background: #f3edbf;
			color: #c05154;
			font-size: 11px;
			text-transform: uppercase;
			font-weight: 600;
			padding: 2px 7px 0 7px;
		}

		#content {
			position: relative;
			background: transparent url(../images/content_bg.gif) 50% 0% no-repeat;
			margin-left: auto;
			text-align: left;
			padding-top: 50px;
		}

		#download_dvds {
			position: relative;
			right: 0;
			margin-left: auto;
			width: 300px;
			font-family: Franklin Gothic Medium;
			font-size: 20px;
			/*margin-top: 50px;*/
			text-transform: uppercase;
			color: #c16435;
		}

		#download_dvds p {
			margin-bottom: 7px;
		}

		#download_dvds span.blue_bg {
			color: #fff;
			background: #b27d45;
			font-weight: bolder;
			padding: 0 3px;
		}

		.bg_lighter {
			background: #c16435 !important;
		}

		#download_dvds span.white {
			color: #fff;
		}

		.font_bigger {
			font-size: 25px;
			color: #b27d45;
		}

		.font_smaller {
			font-size: 14px;
			color: #e64d6a;
		}

		p#no_specials {
			position: relative;
			right: 0;
			margin-left: auto;
			width: 300px;
			font-size: 11px;
			font-weight: bold;
			text-transform: uppercase;
			margin-top: 10px;
			color: #bb716f;
		}

		#search_movies {
			position: relative;
			width: 300px;
			float: right;
			margin-top: 45px;
		}
		#search_movies  img { width: 97px; height: 97px; }

		#search_movies div {
			position: relative;
			left: 120px;
		}

		#search_movies h1 {
			font-family: Franklin Gothic Medium;
			font-size: 15px;
			font-weight: bold;
			color: #e64e6a;
			text-transform: uppercase;
		}

		#search_movies select {
			display: block;
			margin-bottom: 5px;
			width: 160px;
		}

		#search_movies img {
			position: absolute;
			left: 10px;
		}

		.video_clips {
			width: 890px;
			padding-top: 250px;
			text-align: left;
		}

		.video_clips .video_clip {
			position: relative;
			z-index: 3;
			margin-right: 40px;
			margin-bottom: 20px;
			float: left;
		}

		.video_clips .clip { min-width: 128px;
			 
			background: transparent;
			border: 1px solid #fff;	
			padding: 7px;
		}
		
		.video_clips .clip img {
			border: 1px solid #b4a985;
			margin: 0;
			padding: 0;
		}

		.video_descr {
			position: relative;
		}

		.video_descr .clip {

		}

		.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: #696355;
			margin: 10px 0 0 10px;
		}

		.pink {
			color: #c62d6c;
			font-weight: bold;
		}

		#content h3 {	
			color: #fff;
			font-size: 12px;
			font-weight: bold;
			margin-left: 10px;
			padding-top: 5px;
			margin-bottom: 7px;
		}

		.movie_previews {
			float: right;
			width: 580px;
			margin: 90px 10px 0 0;
			border-top: 1px solid #fff;
			padding: 60px 0 0 0;
		}

		.movie_previews img {
			margin: 0 5px 0 5px;
			border: 1px solid #fff;
		}

		p.synopsis {
			width: 170px;
			clear: left;
			font-size: 10px;
			color: #696356;
			margin-left: 10px;
			padding-right: 60px;
			margin-top: 15px;
		}

		p.synopsis .pink {
			color: #1c83ab;
		}

		#footer {
			width: 850px;
			position: relative;
			top: 55px;
			z-index: 3;
			border-top: 1px solid #fff;
			padding: 20px 0px 20px 0px;
			margin: 0px auto 30px auto;
		}

		#footer p.float_left {
			font-size: 10px;
			color: #fff;
			text-align: left;
		}

		#footer p.float_left a {
			color: #fff;
			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;
		}
