html, body{
      padding: 0px;
      margin: 0px;
		background-color: black;
		background-image: url(../images/bg.gif);
		background-position: center;
		background-repeat: repeat-y;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #FFFFFF;
		font-weight: bold;
}
.meniu_container{
	margin: 0px auto;
	width: 961px;
	position: relative;
	padding-top: 10px;
}
.colectie_div_c{
	position: absolute;
	top: 110px;
	width: 500px;
	height: 92px;
	visibility:  hidden;
}
#fbFooter {
	height: 90px;
	text-align: center;
}
#fbHeader {
	width: 100%;
	height: 110px;
}

.fbPaginationMinor {
	color: #4e6605;
	margin-left: 10px;
}

#fbContents {
	float: left;
	margin-top: 17px;
	margin-left: 15px;	
}

#fbMenu {
	float: right;
	margin-top: 9px;
	margin-right: 15px;
}

#altmsg { 
	position: absolute;
	background-color:#000000;
	padding: 20px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	text-align:center;
}
#altmsg:hover { 
	opacity: 0.8;
	filter: alpha(opacity=80);
}
a.altlink:link {
	color: #FFFFFF;
}

a.altlink:visited {
	color: #DDDDDD;
}

a.altlink:hover{
	color: #FFFFFF;
}
