@charset "utf-8";
/* CSS Document */
html{ 
	background: url(../imgs/bg-html.jpg) center center no-repeat #ECECEC;
	height: 100%;
}
#body{
	position: absolute;
	width: 990px;
	height: 570px;
	left: 50%;
	top: 50%;
	margin-left: -495px;
	margin-top: -285px;
	background: url(../imgs/bg-body.jpg) top right no-repeat #FFFFFF;
}


#column-left{
	width: 250px; 	/* 270px - padding */
	height: 550px; 	/* 570px - padding*/
	padding: 10px;
	float: left;
	}
#column-right{
	width: 720px;
	float: left;
	}
#head{ 
	width: 720px;
	height: 120px;
}
#head .fulla{
	position: absolute;
	top: 0px;
	left: 270px;
}
#head .logo{
	float: right;
	margin-right: 10px;
}
#content{
	width: 710px;
	height: 420px;
	}
#content-left{	
	width: 510px;
	float: left;
}
#container{
	height: 330px; /* 370px - padding*/
	overflow: auto;
	padding-bottom: 40px;
}

#content-right{	
	width: 180px;
	height: 420px;
	float: left;
	padding-left: 20px;
}

#client-login{
	display: none;
	position: absolute;
	bottom: 80px;
	background: url(../imgs/bg-login-form.jpg) 0 0 no-repeat;
	height: 90px; /* 180px - padding*/
	width: 160px; /* 150px - padding*/
	padding: 10px;

	
}

#foot{
	height: 30px;
	padding-top: 10px;
	background: url("../imgs/bg-foot.jpg") 0 0 no-repeat;
}
