body { font-size: 8px;
    font-family: Arial,sans-serif;
	background-color:#FFFFFF;
    padding-top:20%;
	margin-top:-220px;
    }
	
	#preload{
		display:none;
	}
	
	
	#frame {	
	width: 892px;
	height: 660px;
	position:relative;
    margin-left:auto;
	margin-right:auto;
   }
  #header {
    width: 890px;
    height: 80px;
	background:none;
    }

  #background {
    width: 892px;
    height: 612px;
	background-color:#FFFFFF;
  	background-image:url(/images/background.jpg);
	background-repeat:no-repeat;
    }

  #footer {
    width: 894px;
	height:17px;
    }
	
  #logo {
    width: 224px;
    height: 69px;
  	background-image:url(/images/logo.jpg);
    float: left;
	z-index:4;
	margin-top:-54px;
    }

	
	#title
	{z-index:2;
	padding-top:39px;	
	margin-left:800px;
	}
	
#navi {
	
    width: 593px;
    height: 10px;
	background:none;
	float:right;
	z-index:1;
	margin-top:-25px;
    }
	
  #main {

    width: 891px;
    height: 500px;
    float: center;
	background: none;
}

	#iframe {	
	width: 891;
	height: 500px;
	background:#ffffff;
	margin:0px px;
	font-size: 8px;
	border: 0px;
	border-color:#dddddd;
	border-style:solid;
	font-family: Helvetica,Arial,sans-serif;
   }
   
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #999999;
}
.style1 {
	font-size: 30px;
	color: #333333;
}

.style3 {
	font-size: 16px
}
.style4 {
	color: #FFFFFF
}

