body {
/*	background-color:#000000;*/
	background-image:url('images/circuitbg.gif');
	color:#cccccc; 
}

h1 {font-size:100%;}

/* Links */
a:link {color: #44dd88; text-decoration: none;}
a:visited {color: #aaddaa; text-decoration: none;}
a:hover {color: #00ddff; text-decoration: none; background-color: #000040;}

a.img:hover{background-color: #000040;}

section {
	display: block;
}

header#side {
    width: 200px;
    position: fixed;
    top:0px;
    left: 0px;
    height: 100%;
}
  
section#main {
    max-width:666px;
    min-width:450px;
    margin-left: 200px;
}





