body {

	margin-top:0;
	margin-bottom:0;
	text-align: center;
	background-image:url(img/bg.jpg);
	background-repeat: repeat-x;
	background-color:#ffffff;

}

#corp {
	margin: auto;
	width: 900px;
	height: 900px;
	background-image:url(img/index.png);
	background-repeat: no-repeat;
}


#menu {

	text-align: left ;
	height: 30px;
}


.unu {
	color: #333333;
	font-size: 22px;
	font-style: normal;
	text-decoration: none;
}

.doi {
	color: #333333;
	font-size: 17px;
	font-style: normal;
	text-decoration: none;
}

.trecut {
	color: #999999;
	font-size: 15px;
	font-style: normal;
	text-decoration: none;
}



a:link {
	font: Tahoma ;
	font-size: 15px;
	color: #666666; 
	text-decoration: none;
}

a:visited {
	font: Tahoma ;
	font-size: 15px;
	color: #666666; 
	text-decoration: none;
}

.text {

	font: Tahoma ;
	font-size: 15px;
	color: #333333; 
	text-decoration: none;

}

#text_box {

	height: 100%;
	width: 100%;
	overflow-y:scroll;
	display:block;
	border: 1px solid black;

}