A:link {text-decoration: none;color: #fff }
A:visited {text-decoration: none;color: #fff}
A:active {text-decoration: none;color: #fff}
A:hover {text-decoration: underline; color: #ccc;}
html, body {
-webkit-transition-duration: 3s, 3s; 
-webkit-transition-timing-function: linear, ease-out;
height:100%;
margin:0px; 
padding:0px;
/*
margin-bottom:0px;

background:#fff url(./images/body_bg.jpg) no-repeat fixed center top;
*/

}
#bg {
display:none;
}
img#bg {
position:fixed;
top:0;
left:0;
width:100%;
height:100%;

}

#title_box {
display:none;
position:relative;
margin-top:5px;
margin-right:auto;
margin-left:auto;
width:960px;
/*
background:#fff url(http://www.gsaphoto.com/wp-content/themes/dark_maple/images/title_img_01.png) no-repeat fixed left ;
*/

}
#menu_bar{
display:none;
}
#menu_bar,p{
position:relative;
width:960px;
margin-top:10px;
margin-right:auto;
margin-left:auto;
padding-right:30px;
font-family:Arial,sans-serif;
font-size:11pt;
text-align:right;
color:#ccc;
text-shadow:1px 1px 3px #000000;

}


#page_box{
    display:none;
    position:relative;
    margin-top:14px;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    border:solid 0px #cccccc;
    width:970px;
    min-height:500px;
    padding-top:5px;
    padding-left:7px;
    z-index:1;
    background: rgba(255,255,255, 0.1);
    color: #000;
    -moz-box-shadow:1px 1px 10px #000;
    -webkit-box-shadow:1px 1px 10px #000;    
    box-shadow:1px 1px 10px #000;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius:12px;
    
}





#menu_box{
position:relative;
float:right;
width:200px;
height:540px;
border:0px solid #cccccc;
background: rgba(255,255,255, 0.0);
}
#rss_box {
display:none;
position:relative;
top:180px;
margin-left:auto;
margin-right:auto;
font-family:Arial,sans-serif;
color:#cccccc;
font-size:9pt;
text-shadow: 0px 0px 3px #000000;
}