﻿body
{
	width: 100%;
	margin: 0;
	float: none;
	background: none;
	color: #000000;
}

#logo
{
	display: none;
}

#contentHolder
{
	background-image: url(../images/HeadlandMedia.png);
	margin: -90px auto 15px auto;
	padding-top: 120px;
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}

#contentNav
{
	display: none;
}

#leftContentTickerAbove, #leftContent, #leftContentWide, #textArea
{
	float: none;
	overflow: visible;
	width: 100%;
	height: 100%;
}

#sidebar
{
	width: 0px;
	display: none;
}

#footer
{
	display: none;
}


