body {
background-color : #f4f4f4;
*background : url(/img/5d-galvano-romania-1000.jpg) center top no-repeat fixed;
*background-size: 90%; 
*border : #c1c1c1 solid thin;
*		border-radius : 0.4em;
*		box-shadow : 1px 1px 4px #000000;
font-family : 'Arial', sans-serif;
font-size : 16px;
*font-weight : 400;
color : #ffffff;
}
#fundal{
	width: 90%;
	height: 144%;
	padding: 4px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background : url(/img/5d-galvano-romania-1600_1.jpg) center top no-repeat;
	background-size: 100%; 
	border : #c1c1c1 solid thin;
			border-radius : 0.4em;
			box-shadow : 1px 1px 4px #000000;
}
#buton1{
	width: 22%;
	height: 15%;  
	position: absolute;
	padding: 4px;
	margin-top: 26%;
	margin-left: 2%;
	text-align: center;
	*background: filter:alpha(opacity=60); -moz-opacity: 0.6;	opacity: 0.6;
	*background-color: #E2E2E2;
	border : #c1c1c1 solid thin;
			border-radius : 0.4em;
			box-shadow : 1px 1px 4px #000000;
}

#buton2{
	width: 22%;
	height: 15%;
	position: absolute;
	padding: 4px;
	margin-top: 37%;
	margin-left: 2%;
	text-align: center;
	*background: filter:alpha(opacity=60); -moz-opacity: 0.6;	opacity: 0.6;
	*background-color: #E2E2E2;
	border : #c1c1c1 solid thin;
			border-radius : 0.4em;
			box-shadow : 1px 1px 4px #000000;
}
#buton3{
	width: 22%;
	height: 15%;
	position: absolute;
	padding: 4px;
	margin-top: 48%;
	margin-left: 2%;
	text-align: center;
	*background: filter:alpha(opacity=60); -moz-opacity: 0.6;	opacity: 0.6;
	*background-color: #E2E2E2;
	border : #c1c1c1 solid thin;
			border-radius : 0.4em;
			box-shadow : 1px 1px 4px #000000;
}
#subtitlu{
	padding: 2px;
	font-family: 'Abril Fatface', cursive;
	font-size : 60px;
	text-align: center;
	text-shadow: 1px 1px 1px #000000;
}
#continut{
	width: 58%;
	height: 84%;
	padding: 20px;
	margin-left: 35%;
	font-family: 'Abril Fatface', cursive;
	font-size : 25px;
	*font-weight : 400;
	text-align: center;
	text-shadow: 1px 1px 1px #000000;
	background: filter:alpha(opacity=70); -moz-opacity: 0.7;	opacity: 0.7;
	background-color: #000000;
	border : #c1c1c1 solid thin;
			border-radius : 0.4em;
			box-shadow : 1px 1px 4px #000000;
}
a:link
	{
	text-decoration: none;
	color: #ffffff;
	}
a:visited 
	{
	text-decoration: none;
	color:  #ffffff;
	}
a:hover 
	{
	text-decoration: yes;
	color:  #ffffff;
	}
a:active 
	{
	text-decoration: none;
	color:  #ffffff;
	}