body
{
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Futura','Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	background: url("images/kubrickbgcolor.jpg");
	text-align: center;
	padding: 0px;
	margin: 0px;
	overflow-x: hidden;
}

div#link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background: url("images/kubrickbgcolor.jpg");
}

div#container {
	width: 1000px;
	height: 683px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 0px;
}

div#header {
	width: 1000px;
	height: 100px;
	float: left;
	background:	url("images/header.jpg") no-repeat;
}

div#wide {
	width: 1000px;
	height: 520px;
	text-align: left;
	float: left;
	background:	url("images/wide.jpg");
}

a.link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;	
}

div.image {
	display: block;
	width: 800px;
	height: 74px;
	background: url("images/TBWA_BAR_RGB.jpg") no-repeat;
	margin-left: 200px;
	margin-top: 200px;
	margin-bottom: 200px;
}

div#footer {
	width: 1000px;
	height: 63px;
	float: left;
	background: url("images/footer.jpg") no-repeat;	
}

/*.header
{	
	background: url("images/TBWA_BAR_RGB.png");
	width: 763px;
	position: absolute;
	left: 0px;
	top: 45%;
	height: 74px;
	margin: 0px;
	cursor: pointer;
}*/

img {
	border: none;
}

/*a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}*/