html {
	margin:     0;
    padding:    0;
}

img {
    border-style: none;
}

body {
	margin:     0;
    padding:    0;
	color:      black;
	font-family: Arial, Helvetica, sans-serif;
    background-color: #DCF5AD;
    text-align: justify;
    overflow:   hidden;
}

.selected {
    filter: alpha(opacity=100);
    opacity: 1.0;
    cursor: pointer;
}

.normal {
    filter: alpha(opacity=30);
    opacity: 0.3;
    cursor: auto;
}

/******************************************************************
* MAIN LAYOUT
*******************************************************************/
#main {
	margin:     5px auto 10px auto;
    width:      100%;
    text-align: center;
    overflow: hidden;
}

#baraky {
    position: absolute;
    top:      0px;
    left:     0px;
    width:    100%;
    overflow: hidden;
}

.footer {
    margin-top: 1em;
    font-size: 0.8em;
    text-align: center;
}

a {
    text-decoration: none;
    font-weight: bolder;
    color: #436503;
}

#barak-A {
    position: relative;
    float: left;
    text-align: right;
    width: 50%;
    height: 551px;
}

#barak-napis-enter-A {
    position: relative;
    font-size:  3em;
    top: 100px;
    right: 330px;
}

#barak-napis-A {
    font-size:  16em;
    position: relative;
    right: 300px;
 top: 60px;
}

#barak-B {
    position: relative;
    float: right;
    width: 50%;
    height: 551px;
}

#barak-napis-enter-B {
    text-align: left;
    font-size:  3em;
    position: relative;
    top: 100px;
    left: 320px;
}

#barak-napis-B {
    text-align: left;
    font-size:  16em;
    position: relative;
    left: 300px;
    top: 60px;
}

#barak-C {
    margin-top: 0.5em;
    font-size:  2em;
}
