html, body {
height: 100%;
}

body {
background: #e5ecef url(http://anotherside.never-wake-up.net/nav/image/bg2.jpg) repeat;
margin: 0;
}

* {
color: #3b6879;
font-size: 8pt;
font-family: verdana, sans-serif;
text-align: justify;
cursor: default;
}

a {
font-weight: bold;
text-decoration: none;
cursor: ew-resize;
}

a:link, a:visited {
color: #7facbd;
}

a:active, a:hover {
font-weight: normal;
font-style: italic;
}

div#layout {
background: transparent none;
height: 50%;
margin-top: -240px;
width: 100%;
float: left;
}

div#error {
background: #e5ecef url(http://anotherside.never-wake-up.net/nav/image/log_bg2.jpg) repeat;
width: 594px;
margin: 0 auto;
padding: 0 auto 5px auto;
border-right: 1px solid #3b6879;
border-bottom: 1px solid #3b6879;
border-left: 1px solid #3b6879;
clear: both;
}

h1, h2, p {
padding-left: 5px;
padding-right: 5px;
}

h1 {
font-size: 12pt;
text-align: center;
font-weight: bold;
}

h2 {
font-size: 10pt;
font-weight: normal;
}