<!--
.BigLogo{
	position:fixed; 
	left:10px; 
	top:10px; 
	right:10px; 
	bottom:10px; 
	z-index:-1; 
	background-image:url(../images08/CompanyLogos/OdirectLogo.svg); 
	background-position:50% 50%; 
	background-repeat:no-repeat; 
	opacity:1;
}
.MapTownMarkerIcon{
	position:absolute; 
	left:10px; 
	top:163px; 
	width:83px;
	height:83px;
	background-image:url(../images08/CompanyLogos/OdirectLogo.svg); 
	background-position:50% 50%; 
	background-repeat:no-repeat; 
}
.BOoheader {
	position:absolute;
	left:4%;
	top:4%;
	height:128px;
	width:132px;
	background-repeat: no-repeat;
	background-image:  url(../images08/CompanyLogos/OdirectLogo.svg);
}
.Welcome{
	position:absolute; 
	left:5%; 
	top:58px; 
	font-size:14px; 
	right:10px; 
	width:300px;
	color:#666666; 
	padding-left:138px;
}
@media only screen and (min-width: 250px) and (max-width:640px){
	.oheader {
		position:absolute;
		left:5%;
		top:5%;
		height:128px;
		width:132px;
		background-repeat: no-repeat;
		background-image:  url(../images08/CompanyLogos/OdirectLogo.svg);
	}
}
@media only screen and (min-width: 641px) and (max-width:1250px){
	.oheader {
		position:absolute;
		left:5%;
		top:2%;
		height:128px;
		width:132px;
		background-repeat: no-repeat;
		background-image:  url(../images08/CompanyLogos/OdirectLogo.svg);
	}
}
@media only screen and (min-width: 1251px) and (max-width:8024px){
	.oheader {
		position:absolute;
		left:5%;
		top:2%;
		height:128px;
		width:132px;
		background-repeat: no-repeat;
		background-image:  url(../images08/CompanyLogos/OdirectLogo.svg);
	}
}
-->