html, body
{
	height: 100%;
}

body
{
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #fff;
	text-align: center;
	line-height: 18px;
}

#container-table
{
	height:100%;
}

#black-column
{
	width: 300px;
	border-right: solid 2px #b38d2c;
	border-left: solid 2px #b38d2c;
	background-color: #000;
	background: black url(../img/home-bg.jpg) no-repeat 0 0;
}

#black-column-content-wrap
{
	position: relative;
	width: 300px;
}

#black-column-content-wrap p
{
	margin: 12px 0;
}
	
#copy-block
{
	position: absolute;
	top: 196px;
	left: 0px;
	width: 300px;
}

#button-block
{
	position: absolute;
	top: 526px;
	left: 154px;
	width: 68px;
	height: 28px;
}

*html #button-block
{
	position: absolute;
	top: 538px;
}

#button-block img
{
	border: 0;
}

#fridge-column
{
	width: 530px;
	background: #fff;
}

#fridge-movie
{
	padding-top: 108px;
	padding-bottom: 108px;
	background: #fff;
}