* {
	margin:0;
	padding:0;
}
html,body{
	height:100%;
	background: url(img/bkg_general.jpg) ;
	font-family:verdana;
	font-size:10px;
	color:#ffffff;
	}

h1 {
	text-indent:-9999px;
	}

#container { 
	position:relative;
	width: 700px;
	height:auto !important;
	height:100%;
	min-height:100% !important;
	margin: 0 auto;
	background: url(img/bkg_gradient.jpg) repeat-y;
}
#header { 
	width: 530px;
	height:1px;
	text-align:center;
	float:none;
}

#stanga {
	float: left; 
	width: 1px;
	height:50%;
	min-height:50% !important;
	background: #ffffff;
	padding: 0 0 0 0;
}

#meniu, #stanga_jos {
	width: 100px;
}

#stanga_jos{
	padding-top:30px;
}

#meniu .submeniu{
padding-left:10px;
}

ul, li {
width:100px;
}


#mainContent { 
	width: 700px;
	margin: 0 20px 20px 0;
	padding: 0 0 0 0;
	background: url(img/bkg_central.jpg) no-repeat;
	min-height:590px;
}

div#mainContent p{
	padding:103px 0 0 400px;
	}
	
div#corector_footer{
	padding: 20px 0 0 0; 
	width:100%;
	clear:both;
}

div#footer {
	position:absolute;
	text-align:center;
	width:550px;
	bottom:5px; /* stick to bottom */
	}
	
div#footer p{
	padding-left:130px;
	}