@charset "utf-8";
/* CSS Document */

body {
	background-color:#666666;
}

.class1 A:link {text-decoration: none;}
.class1 A:visited {text-decoration: none;}
.class1 A:active {text-decoration: none;}
.class1 A:hover {text-decoration: none;}

.class2 A:link {text-decoration: none; color:#CCCCCC; font-family:Tahoma; font:Tahoma; font-size:16px;}
.class2 A:visited {text-decoration: none; color:#CCC;font-family:Tahoma; font:Tahoma; font-size:16px;}
.class2 A:active {text-decoration: none; color:#FFF;font-family:Tahoma; font:Tahoma; font-size:16px;}
.class2 A:hover {text-decoration: none; color:#FFF;font-family:Tahoma; font:Tahoma; font-size:16px;}

br{ height: 0; }

.text1 {
font-family:Verdana, Geneva, sans-serif;
font:Verdana, Geneva, sans-serif;
font-size:12px;
color:#FFF;
text-align: justify;
}

.text2 {
font-family:Verdana, Geneva, sans-serif;
font:Verdana, Geneva, sans-serif;
font-size:20px;
color:#006600;
text-decoration:none;
}

#top {
	position:absolute;
	background-image:url(../imagini/divs/top.jpg);
	background-repeat:no-repeat;
	width:1020px;
	height:134px;
	z-index:1;
	top: 20px;
    left: 50%;
    margin-left: -510px;
}

#center {
	position:absolute;
	background-image:url(../imagini/divs/center.jpg);
	background-repeat:no-repeat;
	width:1020px;
	height:499px;
	z-index:1;
	top: 154px;
    left: 50%;
    margin-left: -510px;
}

#bottom {
	position:absolute;
	background-image:url(../imagini/divs/bottom.jpg);
	background-repeat:no-repeat;
	width:1020px;
	height:127px;
	z-index:1;
	top: 653px;
    left: 50%;
    margin-left: -510px;
}

#menu {
	position:absolute;
	background-color:#78161D;
	width:732px;
	height:20px;
	z-index:2;
	top: 154px;
    left: 50%;
    margin-left: -510px;
}

#footer {
	position:absolute;
	background-color:transparent;
	width:1020px;
	height:20px;
	z-index:3;
	top: 760px;
    left: 50%;
    margin-left: -510px;
	text-align:right;
}

#ads {
	position:absolute;
	background-color:transparent;
	width:1020px;
	height:20px;
	z-index:3;
	top: 781px;
    left: 50%;
    margin-left: -510px;
	text-align:center;
}