@media screen and (max-width: 300px) {
.MyWidth {
text-align: left; 
width:200px;
margin-left: auto;
margin-right: auto;
font-family: "Verdana","Times New Roman", Georgia, Serif;
}
.MyClassVbseditImage {
background-image:url("/vbsedit200.gif"); 
background-repeat: no-repeat;
width: 200px; /*or your image's width*/
height: 123px; /*or your image's height*/
margin: 0 auto;
padding: 0;
}
.MyClassVbseditEmbeddedImage {
background-image:url("/vbseditembedded200.gif"); 
background-repeat: no-repeat;
width: 200px; /*or your image's width*/
height: 114px; /*or your image's height*/
margin: 0 auto;
padding: 0;
}
.MyClassSecureCRTImage {
background-image:url("/securecrt200.png"); 
background-repeat: no-repeat;
width: 200px; /*or your image's width*/
height: 150px; /*or your image's height*/
margin: 0 auto;
padding: 0;
}
}
@media screen and (min-width: 300px) and (max-width: 400px) {
.MyWidth {
text-align: left; 
width:270px;
margin-left: auto;
margin-right: auto;
font-family: "Verdana","Times New Roman", Georgia, Serif;
}
.MyClassVbseditImage {	
background-image:url("/vbsedit300.gif"); 
background-repeat: no-repeat;
width: 300px; /*or your image's width*/
height: 184px; /*or your image's height*/
margin: 0 auto;
padding: 0;
}
.MyClassVbseditEmbeddedImage {	
background-image:url("/vbseditembedded300.gif"); 
background-repeat: no-repeat;
width: 299px; /*or your image's width*/
height: 171px; /*or your image's height*/
margin: 0 auto;
padding: 0;
}
.MyClassSecureCRTImage {
background-image:url("/securecrt300.png"); 
background-repeat: no-repeat;
width: 300px; /*or your image's width*/
height: 225px; /*or your image's height*/
margin: 0 auto;
padding: 0;
}
}
@media screen and (min-width: 400px) and (max-width: 460px) {
.MyWidth {
text-align: left; 
width:370px;
margin-left: auto;
margin-right: auto;
font-family: "Verdana","Times New Roman", Georgia, Serif;
}
.MyClassVbseditImage {	
background-image:url("/vbsedit400.gif"); 
background-repeat: no-repeat;
width: 400px; /*or your image's width*/
height: 245px; /*or your image's height*/
margin: 0 auto;
padding: 0;
}
.MyClassVbseditEmbeddedImage {	
background-image:url("/vbseditembedded400.gif"); 
background-repeat: no-repeat;
width: 400px; /*or your image's width*/
height: 229px; /*or your image's height*/
margin: 0 auto;
padding: 0;
}
.MyClassSecureCRTImage {
background-image:url("/securecrt400.png"); 
background-repeat: no-repeat;
width: 400px; /*or your image's width*/
height: 300px; /*or your image's height*/
margin: 0 auto;
padding: 0;
}
}
@media screen and (min-width: 460px) and (max-width: 815px)  {
.MyWidth {
text-align: left; 
width:430px;
margin-left: auto;
margin-right: auto;
font-family: "Verdana","Times New Roman", Georgia, Serif;
}
.MyClassVbseditImage {
background-image: url("/vbsedit460.gif"); 
background-repeat: no-repeat;
width: 460px; /*or your image's width*/
height: 282px; /*or your image's height*/
margin: 0 auto;
padding: 0;
}
.MyClassVbseditEmbeddedImage {
background-image: url("/vbseditembedded460.gif"); 
background-repeat: no-repeat;
width: 460px; /*or your image's width*/
height: 263px; /*or your image's height*/
margin: 0 auto;
padding: 0;
}
.MyClassSecureCRTImage {
background-image:url("/securecrt460.png"); 
background-repeat: no-repeat;
width: 460px; /*or your image's width*/
height: 345px; /*or your image's height*/
margin: 0 auto;
padding: 0;
}
}

@media screen and (min-width: 815px) {
.MyWidth {
text-align: left; 
width:800px;
margin-left: auto;
margin-right: auto;
font-family: "Verdana","Times New Roman", Georgia, Serif;
}
.MyClassVbseditImage {
background-image: url("/vbsedit815.gif"); 
background-repeat: no-repeat;
width: 815px; /*or your image's width*/
height: 500px; /*or your image's height*/
margin: 0 auto;
padding: 0;
}
.MyClassVbseditEmbeddedImage {
background-image: url("/vbseditembedded700.gif"); 
background-repeat: no-repeat;
width: 700px; /*or your image's width*/
height: 400px; /*or your image's height*/
margin: 0 auto;
padding: 0;
}
.MyClassSecureCRTImage {
background-image:url("/securecrt.png"); 
background-repeat: no-repeat;
width: 786px; /*or your image's width*/
height: 590px; /*or your image's height*/
margin: 0 auto;
padding: 0;
}
}

div#banner { 
       top: 0; 
       left: 0; 
       padding: 5px 0px 5px 0px;
       background-color: green; 
       width: 100%; 
font-family: "Verdana","Times New Roman", Georgia, Serif;
font-size:10pt;
color: white;
 text-align: center;
     }