@charset "utf-8";
/* CSS Document */

* {
	margin: 0px auto;
	padding: 0px;
}
body {
	background: url(images/bg.jpg) repeat-x #f1c8e6;
	font-family: Georgia, "Times New Roman", Times, serif;
}
br {
	clear: both;
}
h1 {
	color: #ffffff;
	font-size: 18px;
}
h2 {
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	margin: 20px auto;
}
p {
	font-size: 14px;
}
.bold {
	font-weight: bold;
}
a span {
	visibility: hidden;
}
#wrapper {
	width: 902px;
}
#header {
	background: url(images/header.jpg) no-repeat;
	height: 230px;
	position: relative;
}
	#header h1 {
		position: absolute;
		bottom: 10px;
		right: 60px;
	}
#content {
	background: url(images/content_bg.jpg) no-repeat #000000;
	height: 701px;
}
	#left, #right, #col_1, #col_2, #dvd_img, #dvd_info {
		float: left;
	}
	#content_area {
		width: 890px;
		color: #000;
	}
		#video {
			width: 500px;
			height: 360px;
			margin: 0px
		}
		#dvd {
			position: relative;
		}
			#dvd_img {
				width: 105px;
				position: absolute;
				top: 6px;
				left: 3px;
			}
			#dvd_info{
				width: 378px;
				position: relative;
				left: 120px;
				top: 3px;
				font-size: 12px;
			}
				#title, #rating {
					height: 27px;
					line-height: 25px;
				}
				#desc {
					height: 57px;
				}
				#dl_link {
					width: 381px;
					height: 41px;	
					margin-left: -5px;
				}
					a#dl {
						display: block;
						width: 381px;
						height: 41px;
						background: url(images/download_btn.png) top center;
						text-decoration: none;
					}
						a#dl:hover {
							background: url(images/download_btn.png) bottom center;
						}
		#col_1 {
			width: 188px;
			height: 500px;
			position: relative; 
			top: 35px;
			left: 5px;
		}
			#col_1 img {
				padding-left: 10px;
			}
			#col_1 p {
				padding: 5px;
			}
		#col_2 {
			width: 188px;
			height: 500px;
			text-align: center;
			position: relative; 
			top: 35px;
			left: 12px;
		}
			#col_2 img {
				margin-bottom: 5px;	
				border: 2px solid #000;
			}
			.divider {
				background: url(images/divider.jpg) no-repeat;
				height: 16px;
				width: 188px;
				text-align: center;
				font-size: 12px;
				margin-bottom: 20px;
			}
				.divider a {
					color: #000;
				}
					.divider a:hover {
					color: #bf0089;
				}
		#clk_link {
			margin-top: 40px;
		}
			a#click {
						display: block;
						width: 856px;
						height: 69px;
						background: url(images/click_btn.png) top center;
						text-decoration: none;
					}
						a#click:hover {
							background: url(images/click_btn.png) bottom center;
						}