bodynoscript
{
  background-color: rgb(255,255,204);
  color: #333300;
  font-family: Verdana,Arial,Sans-Serif;
  font-size: 12px;
  line-height: 1.3;
}

.noscriptWarning {
	width: 346px;    /* width of the background image  */
	height:  219px;   /* height of the background image */
	background-color:   transparent;
	background-image:    url(..\GoogleMaps.jpg);
	background-repeat: no-repeat;
	background-position:  center 50%;	
	border: 1px solid red;
}

.noscriptText {
  color: #FFF;
	background-color: transparent;
  font-family: Verdana,Arial,Sans-Serif;
  font-size: 12px;
  line-height: 1.3;
	padding: 12%;
}