@charset "utf-8";
/* CSS Document */
<style type="text/css">
<!--
html,body{
    height:100%;
    margin:0;
    padding:0;
}

body{
    background-color: #FFFFFF;
	background-image: url(kori_images/bg_final08.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
    text-align:center;
    min-width:626px;
    min-height:400px;
}

#vertical{
    float:left;
    height:50%;
    margin-top:-198px;/* half vertical height*/
    width:100%;

#hoz {
    width:624px;
    margin-left:auto;
    margin-right:auto;
    height:394px;
    border:1px solid silver;
    background:#666;
    overflow:auto;/* allow content to scroll inside element */
    text-align:left;
}

h1 {color:#fff;margin:0;padding:0} 
.mainbodytext {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#333333;
}
	
-->
</style>
