body
{
  margin:0px;
  padding:0px;
  border:0px;
  background-image:url("../images/bg.png");
}

.box
{
  margin:0px;
  padding:0px;
  border:0px;
  position:absolute;
  left:50%;
  top:50%;
  width:400px;
  height:500px;
  margin-left:-200px;
  margin-top:-250px;
  font-family:fantasy, "Comic Sans MS";
  font-size:10px;
  color: #357dff;
  text-align:center;
}

h3
{
  font-size:40px;
}

a
{
  color:#FFFFFF;
  text-decoration:none;
}

a:hover
{
  color:#CCCCCC;
  text-decoration:underline;
}

.w3c
{
  position:absolute;
  bottom:30px;
  right:30px;
}

#menu {
  height: 190px; 
  margin-right: 0px;
  position: fixed; 
  right: -150px;
  top: 33px;
  width: 175px;
  z-index: 9999;
}

#link {
    padding-left: 20px;
    padding-top: 20px;
    position: absolute;
    top:0px;
    left: 30px;
  float: right;
  font-size: 10px;
  width: 150px;
  height: 178px; 
  color: #dddddd;
  background-color: #357dff;
}


