body {
    color: #7e7ed3; /*black;*/
    background-color: white;
    background-image: url("bg1g.jpg");
    background-repeat: no-repeat;
    width: 800px;
    height: 500px;
    border: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

iframe.top {
    background-color: white;
    background-image: url("logo-2.png");
    background-repeat: no-repeat;
    top: 0px;
    left: 0px;
    border: 0px;
}

iframe.center {
    background-color: transparent;
    background-repeat: no-repeat;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 230px;
    top: 300px;
    left: 300px;
    border: 10px;
}

iframe.center-bg {
    background-color: transparent;
    background-image: url("bg1.jpg");
    background-repeat: no-repeat;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 230px;
    top: 300px;
    left: 300px;
    border: 0px;
}

h1 {
    position: absolute;
    top: 250px;
    left: 50px;
    font-style: italic;
    font-weight: bold;
    font-size: 18px;
    font-family: trebutchet, sans-serif;
}

h2 {
    position: absolute;
    top: 186px;
    left: 342px;
    font-style: italic;
    font-weight: bold;
    font-size: 30px;
    font-family: trebutchet, sans-serif;
}

p {
    margin-top: 172px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 332px;
}

a {
    color: #3333CC;
    text-decoration: none;
}

a:link {
    color: #3333CC; /*#333399;*/
		/*#89aa30;*/
		/*green;*/
    text-decoration: none;
		border: none;
}

a:visited {
		color: #3333CC;
}

a:active {
    /*background-color: #4B79BF;*/ /*magenta;*/
    font-style: italic;
		color: #6b6bb3; /*black;*/
}

a:focus{
	/*background-color: #FFF; */ /*#4B6B04;*/
	color: #4B6B04;
	font-style:italic;
}
/*a:xx_hover { color: black; background-color: #CCFF99; font-style: italic; }*/
a:hover {
    color: #4B6B04;
    font-style: italic;
}

.ie6png { /* IE6 */
  height: 230px; /* Height of your .PNG */
  width: 700px;
  background: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='res/logo-2.png',
  sizingMethod='scale');
}

html>body .ie6png { /* Firefox, IE7, Opera */
  background: url(res/logo-2.png) no-repeat !important;*/
  filter: none !important;
}
