﻿* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	font-family: arial;
	font-size: 62.5%;
	background: #000;
}

object { display: block; }

#contentcontainer {
	width: 100%;
	min-height: 1024px;
	background: url(../images/bg-contentcontainer.jpg) no-repeat center 0;
}

* html #contentcontainer { height: 1024px; }

	#content {
		width: 600px;
		margin: 0 auto;
		padding: 0 200px;
		min-height: 1024px;
		background: url(../images/bg-content.jpg) no-repeat;
	}
	
	* html #content { height: 1024px; }
	
		#content h1 {
			float: left;
			width: 249px;
			height: 0;
			padding: 134px 0 0;
			overflow: hidden;
			display: block;
		}
		
		#content p#bluray-boxart {
			float: left;
			width: 86px;
			padding: 13px 0 12px;
		}
		
			#content p#bluray-boxart a {
				width: 86px;
				height: 0;
				padding: 109px 0 0;
				overflow: hidden;
				display: block;
			}
			
		#content p#dvd-boxart {
			float: left;
			width: 90px;
			padding: 19px 0 14px;
		}
		
			#content p#dvd-boxart a {
				width: 58px;
				height: 0;
				padding: 101px 0 0;
				overflow: hidden;
				display: block;
			}
			
		#content #buttons {
			float: left;
			width: 175px;
		}
		
			#content #buttons a#joinus {
				width: 142px;
				height: 0;
				padding: 27px 0 0;
				margin: 0 0 79px;
				overflow: hidden;
				display: block;
			}
			
			#content #buttons #buybuttons {
				list-style-type: none;
				width: 175px;
				height: 20px;
			}
			
				#content #buttons #buybuttons li { float: left; }
				
					#content #buttons #buybuttons li a {
						height: 0;
						padding: 20px 0 0;
						overflow: hidden;
						display: block;
					}
					
					#content #buttons #buybuttons li a.buy-bluray { width: 88px; }					
					#content #buttons #buybuttons li a.buy-dvd { width: 87px; }
		
		#flashcontent {
			clear: both;
			width: 600px;
			height: 670px;
			display: block;
		}
		
ul#share {
	clear: both;
	width: 337px;
	list-style-type: none;
	padding: 17px 0 0 263px;
}

	ul#share li { float: left; }
	
		ul#share li a {
			width: 14px;
			height: 0;
			padding: 15px 0 0;
			margin: 0 0 0 6px;
			overflow: hidden;
			display: block;
		}
		
		ul#share li a#myspace, ul#share li a#delicious, ul#share li a#stumbleupon {
			width: 15px;
		}
	
