html, body, #container
{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;
	overflow: none;
}

#header
{
	width: 100%;
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 120px;
	float: top;
	overflow: hidden;
}

#subheader1
{
	width: 100%;
	background-color: #FFFFFF;
	height: 20px;
	float: top;
}

#subheader2
{
	width: 100%;
	background-color: #FFFFFF;
	height: 20px;
	float: top;
}

#orange
{
	height: 100%;
	width: 40px;
	float: left;
	background-color: #FFFFFF;
}

#white
{
	height: 100%;
	width: 20px;
	float: left;
	background-color: #FFFFFF;
}

#title
{
	height: 140px;
	width: 100%;
	padding-top: 10px;
	padding-left: 80px;
	min-width: 1120px;
}

#evrylogo
{
	height: 100px;
	width: 592px;
	background: url("images/title.png") no-repeat center;
	float: left;
}

#evrysubtitle
{
	height: 106px;
	width: 100%;
	background: url("images/subtitle.png") no-repeat center;
	padding-left: 600px;
}

#buttondiv
{
	position: absolute;
	top: 140px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
}

#map		
{
	position: relative;
	border: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

iframe		
{
	border: 0;
	width: 100%;
	height: 100%;
}