body {
   font-family: bitstream vera sans, verdana, arial, helvetica, sans; 
   font-size: 12px;
   margin: 0px;
   padding: 0px;
   height: 100%;
   background-image: url('/blog/wp-content/themes/blue-box-01/images/gbck.gif');
/*   background-repeat: no-repeat;  	 */
   background-position: bottom left;
   background-color: #333;  
   color: #FFF;
}

#header{
   background-image: url('../images/ust22.jpg');
   background-repeat: repeat-x;
   height : 51px; 
}

#links {
    text-align: center;
    padding: 8px 0 8px 0;
}

#links .link, #links .active-link {
    display: inline;
    margin: 0px;
    padding: 0px;
}

#links a, #links a:visited {
    text-decoration: none;

    padding: 28px 5px 2px 5px;
    /*border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;*/

    background: #444;
    color: #aaa;

    border-style: solid;
    border-width: 1px;
    border-color: #777;
}

#links .link a:hover {
    color: #479;
    background: #333;
    border-color: #777;
}
#links .active-link a, #links .active-link a:visited {
    color: white;
    background: #333;
    border-color: #777 black #333 #777;
    padding-top: 3px;
}

#page{
    margin: 0px 0 0 0;
    padding: 45px;
    border-style: solid;
    border-width: 0px;
    border-color: #777;
}

#pano {
	


}


#footer{
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-size: 8px;
    color: #ccc;
    text-align: right;
    margin: 0px;
}

