/*  ----------------------------------------

	Layout for Deco Design Interior

 ---------------------------------------- */

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	background-color: #FFF;
	background-image: url(images/projekt5newback.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	background-attachment: fixed;
}

#wrapper {
	width: 1000px;
	height: 575px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -287px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -500px;
}

#container {
	width: 1000px;
	height: 575px;
	padding: 0px;
	position: relative;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

#container.despreNoi { background: url(background-despre-noi.jpg) no-repeat 10px 10px; }

#container.home {
}



#main.overl {
}


#main.floated {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 1000px;
	padding: 0;
}

#display {
	margin: 0 0 10px;
	position: relative;
	width: 940px;
	height: 430px;
}

#backTo {
	position: absolute;
	display: block;
	z-index: 2;
	width: 79px;
	background: url(back.png) no-repeat left top;
	height: 40px;
	bottom: 20px;
	left: 20px;
}
/* Footer */

#copyr,
#dev {
	font-size: 11px;
	color: #918f88;
}

#dev a {
	text-decoration: none;
	color: #918f88;
}

#dev a:hover { color: #eeeadf; }

#copyr { float: left; }

#dev { float: right; }
#foot {
	width: 600px;
	text-align: center;
	position: absolute;
	margin-bottom: 10px;
	margin-left: -300px;
	float: left;
	bottom: 0px;
	height: 30px;
	left: 50%;
}
#foot a {
	color: #008AFF;
	font: normal 9px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
