html {
    Background: /*url(./img/bg/bg8.gif) fixed*/ black;
}
body {
    position: absolute;
    height:400px;
    width:705px;
    background:white;
    text-align:center;
    padding:20px;
    top:50%;
    left:50%;
    margin-top:-200px;
    margin-left: -350px;
    background:url(./img/bg/bg8.gif);
}

h1 h2 {
    font-family:"Cambria", "Georgia", Arial, sans-serif;
}
p {
    font-family: Arial, Verdana, sans-serif;
}
a {
    text-decoration:none;
    color:black;
}
a:hover {
    text-decoration:none;
}

#w4plink {
    display:inline;
    float:left;
    width:340px;
    height:400px;
    border:outset;
    cursor:pointer;
    background:white;
}

#sorlink {
    display:inline;
    float:left;
    width:340px;
    height:400px;
    margin-left:10px;
    border: outset;
    cursor:pointer;
    background:white;
}

#sorlink img {
    margin-top:40px;
    margin-bottom:20px;
}
#w4plink img {
    margin-top:6px;
}
