@backgroundimage: url("../../layout/body_texture.png");
@topleftimage: url("../../layout/top_left.png");
@toprightimage: url("../../layout/top_right.png");
@bottomrightimage: url("../../layout/bottom_right.png");
@bottomleftimage: url("../../layout/bottom_left.png");
@topcenterimage: url("../../layout/top_center.png");
@rightcenterimage: url("../../layout/part_right.png");
@bottomcenterimage: url("../../layout/bottom_center.png");
@leftcenterimage: url("../../layout/part_left.png");
@leftcornerswidth: 31px;
@rightcornerswidth: 31px;
@topcornersheight: 20px;
@bottomcornersheight: 24px;
@toppartheight: 20px;
@bottompartheight: 24px;
@rightpartwidth: 31px;
@leftpartwidth: 31px;



body {
	background-image: @backgroundimage;
}

header, footer{
	 padding-left: @leftcornerswidth;
	 padding-right: @rightcornerswidth;
}

#top_left, #bottom_left {
	width: @leftcornerswidth;
	right: @leftcornerswidth;
	margin-left: -@leftcornerswidth;
}

#top_right, #bottom_right {
	width: @rightcornerswidth;
	margin-right: -@rightcornerswidth;
}

#top_left, #top_right {
	height: @topcornersheight;
}

#bottom_left, #bottom_right {
	height: @bottomcornersheight;
}

#top_center {
    height: @toppartheight; 
}

.section{
	 padding-left: @leftpartwidth;
	 padding-right: @rightpartwidth;
}

.leftDiv{
	width: @leftpartwidth;
	right: @leftpartwidth;          
 	margin-left: -@leftpartwidth;
}

.rightDiv{
	width: @rightpartwidth;         
 	margin-right: -@rightpartwidth; 
}

#bottom_center {
    height: @bottompartheight;
}

#top_left {
	background-image: @topleftimage;	
}

#top_center {
	background-image: @topcenterimage;
}

#top_right {
	background-image: @toprightimage;	
}

.leftDiv{
	background-image: @leftcenterimage;
}

.rightDiv{
	background-image: @rightcenterimage; 
}

#bottom_left {
	background-image: @bottomleftimage;
}

#bottom_center {
	background-image: @bottomcenterimage;
}

#bottom_right {
	background-image: @bottomrightimage;
}