#cont {
Xposition:absolute;
background:#1e1e1e;
Xtop:50px;
margin-top:100px;
border:1px solid #999;
}

#qnav {
display:none;
color:#999;
font-size:18px;
line-height:20px;
padding:20px;
background:#fff;
position: fixed;
top:40%;
left: 50%;
margin-left: -100px;
border:5px solid #ccc;
height:200px;
width:200px;
z-index:200;
}

#colmn {
background:#1e1e1e;
float:left;
width:553px;
padding:20px;
}

#colcon {
background:#1e1e1e;
float:right;
width:327px;
padding:20px;
}

#ftr {
background:#333;
clear:both;
padding:20px;
}

#darken {  
position:fixed;  
top:0;  
left:0;  
width:100%;  
height:100%;  
display:none;  
z-index:199;  
background:black;  
opacity:.7;  
filter:alpha(opacity=70); /* Transparency in IE */  
}  

html {
background: url(../img/bg.jpg) repeat;
}

body {
color: #aaa;
font-family: Helvetica, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
font-size: 13px;
line-height:17px;
width: 962px;
margin: auto;
}

a {
color:#a6ba00;
}

p { 
padding-bottom:10px;
padding-top:10px;
}

h1 { 
font-family: Georgia,serif;
font-size: 30px; 
font-style:italic;
color:	#a6ba00;
line-height: 15px; 
margin-bottom: 30px; 
margin-top:10px;
}

noscript {
background:#fcc;
color:#000;
border:1px solid #f00;
padding:10px;
position:absolute;
width:938px;
}