#loginPage {
  --  position: absolute;
  --  top: 0px;
   -- left: 0px;
   -- width: 100%;
    --height: 100%;
    --background: #ddd url(../gfx/key.png) no-repeat center center;
    z-index: 100;
}

#login {
	position: relative;
	width: 310px;
	margin: 10px auto;
	padding: 10px;
	border: 1px solid #000;
	background: #ddd url(../gfx/key.png) no-repeat center center;
	left: 50%;
	margin: 10px 0 0 -155px;
}

#logout {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 50;
    padding: 4px;
    background-color: black;
    color: #F70;
}

#logout a {
    color: white;
}

#logout form {
    display: inline-block;
}

a.close {
    position: absolute;
    right: 3px;
    top: 3px;
    background-color: red;
    color:  white;
    padding: 3px;
    text-decoration: none;
    z-index: 20;
}