body {
    position: absolute;
    left: 0px;
    right: 0px;
    min-width: 980px;
    background-color: #FFFFCC;
    background-image: url(images/lootextb.jpg);
    color: #000000;
}

a {
    color: #663399;
}

a:visited {
    color: #663399;
}

a:active {
    color: #999900;
}

div.titlebar{
	width: 100%;
	height: 60px;
	text-align: center;
}

h1.banner {
	width:600px;
	height: 60px;
	margin-left:auto;
	margin-right:auto;
	font-size: xx-large;
	font-weight:normal;

	background-image: url(images/loobanna.gif);
	background-repeat: no-repeat;
	color: #FFFF55;
	
	padding-top: 10px;
}

div.navbar{
	position: absolute;
	top: 90px;
	width: 150px;
}

div.navbutton{
	background-image: url(images/loohbuda.gif);
	background-repeat: no-repeat;
	width: 140px;
	height: 32px;
	text-align: center;
	color: #000000;
	padding-top: 13px;
	overflow:hidden;
}

div.navbutton:hover{
	background-image:url(images/loohbuha.gif);	
}

div.navbutton-selected{
	background-image: url(images/loohbusa.gif);
	background-repeat: no-repeat;
	width: 140px;
	height: 32px;
	text-align: center;
	color: #000000;
	padding-top: 13px;
	overflow:hidden;
}

div.content{
	position: absolute;
	top: 100px;
	left: 180px;
	right: 260px;
	text-align: justify;
}

div.address{
	position: absolute;
	top: 110px;
	right: 0px;
	width: 230px;
	text-align: center;
}

div.footer{
	width: 99%;
	text-align: center;
}

tr{
	vertical-align: top;
}

div.privacy-msg p {
    width:200px;
    border: 1px solid black;
    padding: 5px;
    text-align:center;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    -webkit-box-shadow: 0 10px 6px -6px #777;
       -moz-box-shadow: 0 10px 6px -6px #777;
            box-shadow: 0 10px 6px -6px #777;
}

