/* Main page background */
body.home #body2 {
	background: #fff url(images/img.jpg) no-repeat top center;
}

/* Header is part of the background image in this instance */
body.home #headarea {
	background: transparent;
}


/* We need a transparent container so the background shows through in the mid creative */
body.home #container
{
	background: transparent;
}
body.home .main-content
{
	background: transparent;
}



/* Mid creative image. 'span' positions and 'span a' sets size of the clickable area. */
#takeover-mid
{
	background-color: transparent;
	width:986px;
	height:288px;
}
#takeover-mid span
{
	position:relative;
	top:50px;
}
#takeover-mid span a
{
	display:block;
	width:986px;
	height:188px;
}

#takeover-head
{
    height: 100px;
    width: 400px;
    float: right;
}

#takeover-head span a
{
	display:block;
	width: 100%;
	height: 100%;
}

.footerads
{
    width:956px;
    padding-left:30px;
    padding-top:13px;
    padding-bottom:15px;
    background-color: transparent;
}
