:root {
   --pink-color: #DF3047; 
}
body {
    font-family: Tahoma,
        Arial,
        Helvetica,
        "DejaVu Sans",
        sans-serif;
    font-size: 90%;
    color: white;
    /*		background: #121214 url(../images/kentavros.jpg) top center fixed no-repeat;
            -moz-background-size: cover;
            background-size: cover;*/
    padding: 0;
    margin: 0;
    background-color: linen;
}

ul {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding-left: 25px;
    list-style-type: circle;
    list-style-image: url('list-pink.png');
}

.left {text-align: left}
.right {text-align: right}
.center {text-align: center}
.small {font-size: 80%;}
.smaller {font-size: 60%;}
.faint {color: #c0c0c0}
.soft {color: #4C4C4C}
.floatleft {float: left}
.floatright {float: right}
.high {color:#c40636;}

.rounded {
    border-radius: 5px;
    -moz-border-radius: 5px;
}

#outer-wrapper {
    min-height: 1024px; 
    position: relative;
}
#wrapper {
    position: relative;
    margin: 10px auto 5px;
    padding: 0px;
    width: 1000px;
    -moz-box-shadow: 3px 3px 10px gray;
    -webkit-box-shadow: 3px 3px 10px gray;
    box-shadow: 3px 3px 10px gray;
}
#header {
    position: relative;
    /*	margin-top: 10px;*/
    padding: 10px;
    height: 110px;
    width: 980px;
    margin: 10px 0px 0px;
    background-color: black;
    overflow: hidden;

    /*	-moz-box-shadow: 3px 3px 6px silver;
            -webkit-box-shadow: 3px 3px 6px silver;
            box-shadow: 3px 3px 10px silver;*/

    /*	z-index: -100;*/
}

#header img{
    margin-left: 30px;
    display:block;
    width: 105px;
    position: absolute;
}

a img {
    border: 0;
}
a:active {
    border: 0;
}
#header #lang {
    float: right;
    margin-right: 30px;
    font-size: smaller;
}
#header #lang a {
    color:  darkgrey;
    text-decoration: none;
}
#header #lang a:hover {
    color: var(--pink-color);
}
#container {
    /*			text-align: center;*/
    min-height: 460px;
    border: 1px solid black;
    border-top: 0px;
    width: 978px;
    padding: 10px;
    background-color: white;
    color: #505050;
}
#footer {
    width: 1000px;
    margin: 0px auto 10px;
    color: #757575;
    font-size: smaller;
    /*padding-top: 5px;*/
    text-align: center;
}
#footer a {
    text-decoration: none;
    color: #6E6E6E;
}
#footer a:hover {
    color: black;
    text-decoration: underline;
}
#container a {
    /*color: #ED8794; #E86D7E this gives contrast 3:1 */
    color: var(--pink-color);          /*#E86D7E;*/ /* xxx */
    text-decoration: none;
}
#container a:hover {
    text-decoration: underline;
}
#container p {
    margin-top: .5em;
    margin-bottom: .5em;
}
.ajax-loading{
    background:	url(lazyload-spin.gif) no-repeat bottom;
    height: 80px;
}
.new-win-icon {
    width: 1em !important;
    float: none !important;
    margin: 0 !important;
    margin-bottom: .5em !important;
    filter: opacity(50%);
}

#etpa {
    position: relative;
    width: 1000px;
    margin: auto;
    /*top: -20px;*/
    text-align: center;
    z-index: 100;
}

#etpa img {
    width: 400px;
    display: inline-block;
}

#music-container {
    z-index: 200 !important;
}