<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">root { 
    display: block;
}

img {
    border: 0px;
}

body {
    /*margin: 0px auto;*/
    width: 1280px;
    height: 960px;
    background-color: #00AFAF;
    background-image: url('../img/back/intro.jpg');
    background-repeat: no-repeat;
}

#intro_logo {
    position: relative;
    top: 250px;
    margin: 0px auto;
    width: 460px;
    height: auto;
    
    background-image: url('../img/logo.png');
    background-repeat: no-repeat;
    
    text-align: center;
}

#intro_txt {
    margin: 0px auto;
    position: absolute;
    top: 909px;
    width: 1230px;
    height: auto;

    background-image: linear-gradient(bottom, #1EB3A9 20%, #E4F5F5 100%);
    background-image: -o-linear-gradient(bottom, #1EB3A9 20%, #E4F5F5 100%);
    background-image: -moz-linear-gradient(bottom, #1EB3A9 20%, #E4F5F5 100%);
    background-image: -webkit-linear-gradient(bottom, #1EB3A9 20%, #E4F5F5 100%);
    background-image: -ms-linear-gradient(bottom, #1EB3A9 20%, #E4F5F5 100%);

    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            color-stop(0.2, #1EB3A9),
            color-stop(1, #E4F5F5)
    );
    
    padding-top: 7px;
    padding-bottom: 4px;
    padding-right: 35px;
    text-align: right;
    color: #fff;
}</pre></body></html>