html, body { 
		font-family: verdana, arial, sans-serif; 
        font-size: small; 
        background-color: #330066;
        color: #C0C0C0;
		background-image:url(curtain600.jpg);
        background-repeat:repeat;
}

body {
	min-width:800px;
	min-height:600px;
}

li{
	font-family: 'Pica 10 BT', 'Pica 10', 'Courier New', monospace;
}
.maindiv {
	padding:1pc;
    border-style:solid;
    border-width:thin;
    border-color:#000066;
    background-color:#333399;
    opacity:0.85;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
a:link{ 
    text-decoration:underline; 
    color:#FF9933;
}
a:visited { 
    text-decoration:underline; 
    color:#FF9900;
}
a:hover, a:focus, a:active { 
    color:#FFCC33;
}
#center{
	text-align: center;
	position:absolute;
	top:35%;
	left: 15%;
	z-index: 3;
}

#bottomright{
	position:absolute;
    top:7pc;
    left:9pc; 
	z-index:3;
}
#balleer{
	position:absolute;
    right:3pc;
    bottom:3pc;
    opacity:0.5;
	z-index:1;
}
#wolff{
	position:absolute;
    bottom:2pc;
    right:2pc;
    opacity:0.5;
    font-family: 'Pica 10 BT', 'Pica 10', 'Courier New', monospace;
    z-index:2;
}