/* CSS Document */

body {
      background: #000000 url('http://www.webextrem.eu/head.jpg') repeat-x;
}



#wrapper {
	margin: 0 auto;
	width:900px;
        background:#370637 repeat;
	border:solid 1px;
	border-color:#FFFFFF;
        height: 100%;
}

#header {
	width:900px;
	height:184px;
	background-image:url(header8.jpg);
	background-repeat:no-repeat;
	}
#meniu {
	height:100%;
	width:900px;
	border-top:solid 1px;
	border-bottom:solid 1px;
	border-color:#FFFFFF;
	background-image:url(meniu/meniubg.jpg);
	background-repeat:repeat-x;


	}

#proiecte {
	float:right;
	width:150px;
	height:300px;
	background-image:url(images/proiecte.jpg);
	background-repeat:no-repeat;
	margin-right:10px;
	border:#FFFFFF solid 1px;
	padding-top:40px;
	padding-left:7px;
	margin-right:25px;
	}

#content {
	width:900px;
height:auto;
	float:left;
	background-image:url(images/contentbg5.jpg);
	background-repeat:no-repeat;
	padding-left:8px;
	}
.content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	}
#footer p {
         margin-top: 60px;
         border-top: 1px solid #fff;
         display: inline;
}