body {
width:100%;
height:100%;
margin:25px 0;
padding: 0;
background-image:url(images/bg2.png);
background-attachment:fixed;
font: 80% verdana, arial, sans-serif;
}
p, h2 {
margin-top: 0px;
margin-bottom:0px;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#nav {
position:fixed;
height:400px;
top: 50%;
left:50%;
margin-top:-85px;
margin-left:-415px;
}
#menu {
position: inherit; /* Menu position that can be changed at will */
top: 0;
left: 0;
}
#menu {
width: 145px;
}
#menu dt {
cursor: pointer;
margin: 0px 0;;
height: 22px;
line-height: 0px;
text-align: center;
font-weight: normal;
border: 0px solid gray;
background: #ffffff;
}
#menu dd {
border: 0px solid gray;
}
#menu li {
text-align: center;
background: #ffffff;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
border: 0px none;
height: 100%;
}
#menu li a:hover, #menu dt a:hover {
background: #ffffff;
}
