body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, th, td {
    margin: 0;
    padding: 0;
}

html, body {
    font-size: small;
    font-family: "Lucida Grande", "Segoe UI", Verdana, sans-serif;
    color: #aaaaaa;
    min-height: 100%;
    height: auto !important;
    height: 100%;
	text-align: center;
}

a {
    text-decoration: none;
    font-weight: 700;
    color: #aaa;
}

a:hover {
    text-shadow: 0px 0px 8px #aaa;
}

body {
    background-color: #3f3f3f;
}

.bgimage {
    width: 100%;
    height: 100%;
	left: 0px;
	top: 0px;
    position: fixed;
    overflow: hidden;
    z-index: 0;
}

#heading {
    display: block;
    text-align: center;
    margin-bottom: 0em;
    padding-bottom: 0.6em;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

#heading * {
    display: inline;
    padding: 0.6em;
    user-select: none;
    cursor: pointer;
    vertical-align: middle;
    font-weight: bold;
}

#heading li.active {
    background-color: rgba(0,0,0,0.95);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -opera-border-radius: 5px;
    -moz-border-radius: 5px;
    text-shadow: 0px 0px 3px rgba(0,0,0,1);

}

#panes {
    text-align: justify;
    border-style: none;
    width: 800px;
    margin: 0 auto 0 auto;
}

#panes div div {
    overflow: hidden;
}

#previous {
    float: none;
    cursor: pointer;
}

#next {
    float: none;
    cursor: pointer;
}

#logo {
    height: 240px;
    background-image: url("../img/logo.png");
    background-position:center;
    background-repeat: no-repeat;
    vertical-align: middle;
}

#wrapper {
    position: relative;
    width: 820px;
    min-height: 100% !important;
	margin: 0 auto;
    text-align: left;    
    /*background-image: url("../img/bg.png");*/
    background: rgba(0,0,0,0.91);
    -moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.82);
    -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.82);
    box-shadow: 0px 0px 15px rgba(0,0,0,0.8);
    /*    z-index: 1; */
}

#footer {
    text-align: center;
    font-size: smaller;
    color: #4e4f50;
    padding-bottom: 5px;
    padding-top: 15px;
}

#fcontent {
    padding: 20px;
}

#fleft {
    float: left;
    display: inline;
    width: 20%;
}

#fright {
    float: right;
    display: inline;
    text-align: left;
    width: 80%;
}

#prepage {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 100%;
    background-color: #0d0d0d;
    padding-top: 150px;
    text-align: center;
}

p {
    margin: 20px;
}

h5 {
    margin-left: 20px;
}

h3 {
    margin-left: 27px;
}

h3, h4, h5 {
    color: #cccdcd;
}

.imgc {
    padding: 2px;
    border: 0px;
}
