body {
  margin:0px; padding:0px;
  color:#000; background:#fff;
  font-family:verdana, sans-serif;
  
  background-image:url("../logo/logo.png");
	background-attachment:fixed;
	/*background-position:right bottom;*/
	background-position:98% 85%;
	background-repeat:no-repeat;
}

#container {
  margin:50px;
  
  color:#000; background:transparent;
  font-family:verdana, sans-serif;
}

a:link { color:#900; text-decoration:underline; }
a:visited { color:#369; text-decoration:none; }
a:hover { color:#900; text-decoration:none; }

#menu li a:link { color:#369; text-decoration:none; }
#menu li a:visited { color:#900; text-decoration:none; }
#menu li a:hover { color:#900; text-decoration:none; }

h1 {
  font-size:28px;
  font-weight:normal;
}

h2 {
  font-size:22px;
  font-weight:normal;
  
  padding-bottom:6px; border-bottom:2px solid #eee;
} 

h3 {
  font-size:20px; font-weight:normal;
  display:block; padding:0px; margin:0px;
  padding-bottom:6px; border-bottom:2px solid #eee;
} 

li, p {
  line-height:25px;
  text-align:justify;
  padding-right:50px;
}

p {
  padding-right:30px;
}

#footer {
  margin:0px; padding:10px;
  padding-bottom:15px;
  text-align:right;
  
  font-size:14px; font-weight:normal;
  background:#eee;
  border-top:1px solid #000;
}

pre {
  margin:0px; padding:1em;
	font:0.75em lucida console, courier;
	
	line-height:25px;
	color:#000; background:transparent;
}

.bold { font-weight:bold; }

.daemon { color:#900; }
.root { color:#080; }
.user { color:#008; }
