html {
background-color: #000000;
/* background-image: url('images/moon.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: 110% -55%; */
}

body {
color: #ffffff;
font-family: "Arial", sans-serif;
font-size: .95em;
line-height: 1.15em;
}

a {
text-decoration: none;
}

a:link {
color:#cc0000;
}    /* unvisited link */

a:visited {
color:#cc0000;
}    /* visited link */

a:hover {
color:#ff9900;
}    /* mouse over link */

a:active {
background-color:#cccccc;
}    /*selected link */

img {
border: 0;
margin: 0 auto;
}

ul {
padding: 0;
margin: 0;
list-style-type: none;
}

h3 {
font-family: "Impact", "Charcoal", sans-serif;
font-size: 1.5em;
font-weight: 100;
}

.centertext {
text-align: center;
}

#container {
background-color: #333333;
margin: 40px 7% auto 7%;
-moz-border-radius: 0.1em;
-webkit-border-radius: 0.1em;
border-radius: 0.1em;
filter:alpha(opacity=90);
-moz-opacity:0.9;
-khtml-opacity: 0.9;
opacity: 0.9;
padding: 1px 10px 0px 16px;
min-width: 320px;
}

#header {
margin-bottom: 1em;
}

#nav {
font-family: "Lucida Sans", "Lucida Grande", "Arial", sans-serif;
font-size: 1.6em;
line-height: 1.4em;
color: #ffcc00;
background-color: #222222;
padding: 10px;
float: left;
width: 120px;
height: 100%;
font-style: bold;
-moz-border-radius: 0.1em;
-webkit-border-radius: 0.1em;
border-radius: 0.1em;
}

#article {
padding: 0px 0px 0px 156px;
}

#footer {
padding: 10px 8px 10px 156px;
font-size: 0.8em;
color: #aaaaaa;
}