/* CSS Document */


div#background
{
	background-image: url(http://trailers.apple.com/trailers/dreamworks/perfume/images/soft_bkg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 77px;
	width: 100%;
	background-attachment: scroll;
	z-index: 1;
	height: 540;
}

html, body {
	background-color: #000000;
	width: 100%;
	margin: 0 auto;
	min-width: 970px;
 }


div#container
{
	margin-left: auto;
	margin-right: auto;
	width: 50em;
	text-align: left;
}

div#header 
{
	top: 0px;
	height: 77px;
	width: 100%;
	position: absolute;
	align: center;
	text-align: center;
}

div#videoSm
{
	top: 200px;
	width: 100%;
	position: absolute;
	align: center;
	text-align: center;
	z-index: 4;
}

div#videoMed
{
	top: 200px;
	width: 100%;
	position: absolute;
	align: center;
	text-align: center;
	z-index: 4;
}

div#videoLg
{
	top: 150px;
	width: 100%;
	position: absolute;
	align: center;
	text-align: center;
	z-index: 4;
}

div#footer_content 
{
	top: 600px;
	width: 100%;
	height: 228px;
	position: absolute;
	align: center;
	text-align: center;
	z-index: 8;
}
