
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    background: url(pics/bg.jpg) repeat-x;
    background-color:#fff;
}


div.wrapper {
    width: 800px;
    height:600px;
    margin: 0 auto;
    background: url(../pics/bg.gif) repeat-y;
    z-index:1;
}

#content {
    position:absolute;
    width: 800px;
    height:600px;
}

.text {
    position:absolute;
    text-align:right;
    margin-top:180px;
    margin-left:560px;
    font-family:tahoma,arial,verdana;
    color:#666666;
    font-size:0.8em;
    line-height:1.7em;
	width:260px;
	z-index: 3;
	height: auto;
	overflow: hidden;
}

.navi {
    position:absolute;
    width:275px;
    height:20px;
    text-align:right;
    margin-top:700px;
    margin-left:473px;
    font-family:tahoma,arial,verdana;
    font-size:0.6em;
    z-index:100;
    border:0pt solid#000;
    color:#333333;
}

a {
    text-decoration:underline;
    color:#b13614;
    font-weight:bold;
}

a:hover {
    color:#666666;
}

/* --- */

.teller {
    position:absolute;
    width:100%;
    margin-top:-150px;
    text-align:right;
    z-index:2;
}