/* tlwww.css / Linux */

body {
	background-color: #C0C0C0;
	color: #000000;
        background-image: url('/tlwww/backgr.gif');
        background-repeat: repeat;
}

.logo {
        position: absolute;
        z-index: 1;
        background-image: url('/tlwww/kislogo.gif');
        background-repeat: no-repeat;
        background-position: right top;
        border: none;
        right: 5px;
        top: 5px;
        height: 400;
        width: 600;
}

.adat {
        position: absolute;
        z-index: 2;
}

form {
	margin: 0px;
}


