/* Import the theme */

@import url(http://themes.wikidot.com/local--files/monobook/monobook.css);

/* Show a logo for the wiki */

#header h1 a, #header h1 a:hover{
    background-image:url(http://i.imgur.com/x6NSzZV.png);
}

#container{
background-color: #FFFFFF;
background-image:url(http://i.imgur.com/x5YNpqD.png);
background-attachment:fixed;
background-position: center bottom; 
background-repeat: repeat-x;
}

.member .error-block{
display:none;
}

#main-content{
	background:rgba(255,255,255,0.8);
}