/* CSS Document */

body {
padding:0px;
margin:0px;
border:0px;
background-image:url(../images/background.png);
background-repeat:repeat-x;
background-color:black;
text-align:center;
position:relative;
}

#banner {
width:822px;
height:143px;
position:relative;
}

#mid {
background-image:url(../images/bg_mid.png);
width:822px;
height:429px;
position:relative;
}

.banner {
position:absolute;
left:206px;
top:0px;

}

#butoane {
position:absolute;
width:817px;
height:54px;
top:337px;
left:2px;
}

#verde {
height:54px;
width:315px;
float:left;
}

#rosu {
height:54px;
width:315px;
float:right;
}

#bottom {
width:822px;
height:189px;
position:relative;
}

.bottom {
position:absolute;
left:73px;
top:0px;
}

#centru {
height:429px;
width:100%;
position:absolute;
left:0px;
top:143px;
}

#stanga {
float:left;
width:30%;
height:429px;
background-image:url(../images/bg_verde.png);
background-repeat:repeat-x;
}

#dreapta {
float:right;
width:30%;
height:429px;
background-image:url(../images/bg_rosu.png);
background-repeat:repeat-x;
}
