@charset "utf-8";
/* background: F8F2D4 */

#container {
	float:center;
	margin:auto;
	width:1000px;
	text-align:left; /* suprascriem text-align:center din body */
	height:100%;}
html>body #container {
	width:1000px;
	height:100%;}
	
#header, #main, #footer {
	border-left:solid 1px #630;
	border-right:solid 1px #630;}
	
#header {
	float:left;
	clear:both;
	width:1000px;
	height:190px;
	background:url(../../assets/layout/bkg-header.png) top left no-repeat;}

#main {
	float:center;
	clear:both;
	width:1000px;
	margin:auto;
	text-align:left;
	height:890px;	
	background:url(../../assets/layout/bkg-middle.png) top left repeat-y;}
	
#side {
	float:left;
	width:200px;
	height:400px;}
	
#footer {
	float:left;
	clear:both;
	width:1000px;
	height:90px;
	background: url(../../assets/layout/bkg-footer.png) top left no-repeat;}
