/* CSS Document */

body {  
    font-family:"FreeSans", "Helvetica", "Calibri", sans-serif;
    font-size:1em;
    color:#FFE000;
} 

#bodyBackground {
    background-color:#544332;
    background:url('bg.jpg');
    background-attachment: fixed;
}

.table {
    display:table;
}

.sidebar {
    text-align:right;
    width:15%;
    height:100%;
    display:table-cell;
}

.spacer {
    width:1%;
    height:100%;
    display:table-cell;
}

.content {
    width:100%;
    height:550px;
    overflow: auto;
//    display:table-cell;
}

.transparent {
    background:#454545;
    filter:alpha(opacity=60);
    moz-opacity:0.6;
    opacity:0.6;
    poistion:absolute;
    left:0px;
    right:0px;
    width:100%;
    height:100%;
}

.wrapper {  	
    left: 50%;
    top:50%;
    position:absolute;
    width: 780px;
    height: 550px;
    margin-left: -390px;
    margin-top: -275px;
}

h1 { 
    font-size:2em;
    font-weight:700;
}
	
h2 { 
    font-size:3em;
    text-shadow:Red;
}

a:link {
    color:#E0D000;
}

a:visited {
    color:#E0D000;
}

a:active {
    color:#F0600;
}

a:hover {
    color:#F0E000;
}

a { 
    
    text-decoration:none;
    font-weight:bolder;
    border:0;
}

img {
    border:0;
}
