/* CSS Document */
body {
		margin: 0;
		padding: 0;
		background-color: #A8A6BC;
		font: 100% verdana, arial, helvetica, sans-serif;
		text-align: center; /* for IE */
}
#flashcontent {
		width: 1000px;
		height: 600px;
		float: left;
		margin: 0px 0px;
}
#container {
        overflow: hidden;
		margin: 0 auto;   /* align for good browsers */
		text-align: left; /* counter the body center */
		width: 1000px;
}
div.unu {
margin: 0 auto;
text-align: center;
position: relative;
left:120px;
top:-950px;
z-index: 5; 
}
div.tabel {
position: absolute;
left: 300px;
top: 300px;
z-index: 10;
border-collapse: separate;
border-spacing: 10px;
}
div.fundal {
position: relative;
left: 0px;
top: 0px;
background-image: url("bck.jpg"); 
background-repeat: no-repeat;
width: 981px;
height: 747px;
z-index: 0;
}
div.text {
position: absolute;
color: red
left: 0px;
top: 0px;
width: 100px;
height: 100px;
z-index: 3;
}

