﻿body, html
{
	margin:0 auto;
	background-repeat:no-repeat;
	background-color:#bcc1c4;
	height:100%; /* needed for container min-height */
	background-position:top center;
	background-image:url(images/css/bg_gradient.jpg);
	
}

#container
{
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:990px;		
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	overflow:visible;
}

#content
{
	background-image: url('images/001bg.jpeg');
	background-repeat: no-repeat;
	position: absolute;
	left: 63px;
	top: 50px;
	width: 885px;
	height: 750px;
	z-index: 2;
	
}

#containerTop
{
	position:absolute;
	background-image:url(images/css/container_top.png);
	width:964px;
	height:35px;
	left:25px;
	top:10px;
}

#containerMiddle
{
	position:absolute;
	background-image:url(images/css/container_middle.png);
	width:964px;
	left:0px;
	padding:0px;
	top:35px;
	height:1840px;
}

#containerBottom
{
	position:absolute;
	background-image:url(images/css/container_bottom.png);
	width:964px;
	height:39px;
	left:0px;
	top:1835px;
	z-index:1;
}

#footer
{
	position:absolute;
	width:990px;
	height:137px;
	left:0px; 
	top:1920px; 
	height: 20px;
}

.horizontalBreak
{
	position:relative;
	background-image:url(images/css/horizontal_break.png);
	background-repeat:repeat-x;
	height:18px;
	min-width:2px;
}

.video
{
	position:absolute;
	z-index:3;
	left: 0px; 
	top: 1370px; 
	height: 430px; 
	width: 600px;
}
.opt-in
{
	position:absolute;
	z-index:1;
}

.imgWoman
{
	position:absolute;
	z-index:2;
	left: 553px; 
	top: 240px;
	
}

