body {
        background-image:url("electrical_glow.jpg");
        background-attachment:fixed;
        background-size:100% auto;
        background-repeat:no-repeat;
        background-color:#000000;
	color:#FFFFFF;
}

.darkener {
        top:0;
        bottom:0;
        left:0;
        right:0;
        position:fixed;
        z-index:-1;
        background-color:#000000;
        opacity:0.8;
}

#geekcode {
        width:800px;
        margin-left:0px;
        font-family:courier;
        background-color:#dddddd;
        border:1px solid black;
        padding:5px;
}

#geekcode p {
	color:#252525;
}

#geekcode a {
        color:#4444ff;
}
h1, h2, h3, h4, h5, h6, p {
        color:#FFFFFF;
}

a, a.link, a.hover, a.active, a.visited {
        color:#88ff88;
}

.cs_square {
        width:75px;
        background-color:rgba(0,0,0,0.5);
}

.cs_img {
        width:70px;
        margin:2px;
}

.li_img {
        margin:2px;
	list-style-position:outside;
	vertical-align:top;
}

pre {
	background-color:rgba(255,255,255,1.0);
	color:black;
}
