html,body {
height: 100%;
}

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

body {
margin: 0;
background: #e7ecf0 url("http://anotherside.never-wake-up.net/nav/image/log.jpg") no-repeat top right fixed;
}

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;
}

#content {
background: #e5ecef url("http://anotherside.never-wake-up.net/nav/image/log_bg2.jpg") repeat;
border-left: 1px solid #3b6879;
border-right: 1px solid #3b6879;
margin-left: 51px;
margin-right: 315px;
padding: 10px 5px;
min-height: 100%;
}

#backtohome {
position: fixed;
top: 240px;
right: 5px;
font-size: 7pt;
font-style: italic;
text-align: center;
}

#backtohome a {
font-size: 7pt;
}

#backtohome a:active, #backtohome a:hover {
font-style: normal;
font-weight: bold;
}

hr {
color: #3b6879;
background-color: #3b6879;
height: 1px;
border-style: none;
width: 50%;
}

hr.separator {
width: 100%;
}

.bigtitle {
font-size: 16pt;
text-align: center;
font-weight: bold;
margin-top: 0;
margin-bottom: 16px;
}

.bigtitle .sub {
font-size: 15pt;
}

.title {
font-size: 14pt;
text-align: center;
font-weight: bold;
margin: 0;
}

.title .sub {
font-size: 12pt;
}

.title .author {
font-size: 11pt;
}

.notes span {
font-size: 11pt;
font-weight: bold;
}

h2 {
font-size: 12pt;
text-align: left;
font-weight: bold;
}