<style type="text/css">
<!--
body{}

/* header */
#tab1{background-color: #00a062;}
#tab2{background-color: #00a062;}

/* title */
#title{display: none;}

/* main */
#m-logo {position: absolute; top: 250px; left: 310px; width: 180px; height: ; background-color: ;}
#m-logo img{width: 166px; height: 50px;}
#m-text {position: absolute; top: 560px; left: 100px; width: 600px; height: ; text-align: center; color: #9a9999; font-size: 12px;}

/* animation */
#m-logo {-moz-animation: brighter 2.5s ease 0s 1 normal;}
@-moz-keyframes brighter {0% {opacity: 0.0;} 100% {opacity: 1.0;}}
#m-logo {-webkit-animation: brighter 2.5s ease 0s 1 normal;}
@-webkit-keyframes brighter {0% {opacity: 0.0;} 100% {opacity: 1.0;}}
#m-logo {-ms-animation: brighter 2.5s ease 0s 1 normal;}
@-ms-keyframes brighter {0% {opacity: 0.0;} 100% {opacity: 1.0;}}
#m-logo {-o-animation: brighter 2.5s ease 0s 1 normal;}
@-o-keyframes brighter {0% {opacity: 0.0;} 100% {opacity: 1.0;}}
#m-logo {animation: brighter 2.5s ease 0s 1 normal;}
@keyframes brighter {0% {opacity: 0.0;} 100% {opacity: 1.0;}}

/* footer */

-->
</style >
