/* the fluff and glitter bits */





*{color:#fff;
text-align:left;
}
body{background:#000;font-family:courier;}
h6{text-align:center;

}


/* constructional stuff */

/* DIVS with id's */
#ref{
	color:#333;
	width:30%;
	margin:auto 12;
border:2px solid #333;
margin:3px;	
padding:12px;
}
#logo{
text-align:center;	
}

#page{
width:80%;
margin:auto;	
}

#links{
border:dotted #666666 1px;
float:left;
left:20px;
padding:10px;
padding-right:40px;
margin:10px;
}

#d_space  /*the disk space graph*/
{
float:right;
top:20px;
right:20px;
border:1px dotted #666666;
padding:23px;
margin:10px;
}

#d_use  /*the disk use graph*/
{
float:right;
right:20px;
border:1px dotted #666666;
padding:6px;
margin:10px;
}

#footer{
position:fixed;
text-align:center;
bottom:0px;
}


.qna{
display:none;
border:1px solid white;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
background:#333;
}
