#ContentArea
{
	position: absolute;
	
	background-color: #010101;

	border-top: solid 1px #333333;
	border-bottom: solid 1px #333333;

	width: 100%;
	height: 94%;

	top: 20px;
	left: 0px;
}

#BackgroundPhotoArea
{
	position: absolute;

	background-image: url( ../Backgrounds/BackgroundPhotoTexture.jpg );
	background-position: 0px -730px;

	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;

	width: 100%;
	height: 77%;

	top: 125px;

	z-index: 1;
}

#TornPhotoArea
{
	position: absolute;

	height: 100%;
	width: 263px;

	top: 0px;

	z-index: 80;

	overflow: hidden;
}

#FlashTornPhoto
{
	position: absolute;

	top: 50%;
	margin-top: -442px;
}

#MainMenuBar
{
	width: 100%;
	height: 53px;

	margin-top: -10px;
}

#PageHeader
{
	position: absolute;

	top: 0px;

	z-index: 150;
}

#btn_JennaVonOyDotCom
{
	margin-top: 10px;
}

.ButtonDivs
{
	display: inline;

	margin-left: 41px;
}

#BottomLinkBar
{
	position: absolute;

	width: 100%;
	height: 20px;

	bottom: 10px;
}
