/* GENERAL */

* {
margin: 0;
padding: 0;
border: 0;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
font-size: 11px;
}

/* SITE */

body {
background: black;
color: white;
}

div#box {
position: absolute;
top: 0;
left: 80px;
width: 540px;
display: block;
background: black url(gfx/wim.jpg) 170px 0 no-repeat;
padding: 23px;
padding-top: 240px;
}

h1 {
font-weight: normal;
font-size: 33px;
line-height: 33px;
color: #ddff00;
}

h2 {
font-weight: normal;
font-size: 21px;
line-height: 21px;
margin-bottom: 23px;
padding-bottom: 2px;
border-bottom: 1px solid #222222;
margin-top: 39px;
}

h3 {
font-weight: normal;
font-size: 13px;
line-height: 13px;
color: #999999;
}

h4 {
font-weight: normal;
font-size: 9px;
line-height: 9px;
}

p {
margin-left: 13px;
margin-right: 13px;
margin-top: 13px;
line-height: 13px;
}

p.topper {
margin-bottom: 13px;
line-height: 13px;
text-align: right;
margin-right: 0;
}

p#menu {
display: block;
text-align: right;
margin-bottom: 13px;
line-height: 13px;
list-style: none;
margin-top: -23px;
margin-right: 0;
padding-bottom: 33px;
}

ul.set {
padding-left: 12px;
padding-right: 12px;
margin-top: 13px;
padding-top: 13px;
padding-bottom: 13px;
border: 1px dashed #222222;
line-height: 17px;
list-style: none;
}

a {
color: #ddff00;
text-decoration: none;
}

a:hover {
color: #ddff00;
border-bottom: 1px dotted #ddff00;;
}

div.item {
margin-bottom: 23px;
margin-top: 19px;
}

em {
font-style: italic;
}

div#footer {
margin-top: 77px;
padding-top: 3px;
border-top: 1px solid #222222;
margin-bottom: 23px;
text-align: right;
}

/* XIII */

div#xiii {
z-index: 100;
position: fixed;
top: 5px;
left: 5px;
width: 50px;
height: 30px;
background: transparent url(gfx/xiii.png) no-repeat top left;
}

div#xiii img {
display: none;
}

div#xiii:hover {
background: transparent;
}

div#xiii:hover img {
display: block;
}
