
/*  Body  */

html, body{
	background-image: url(../pix/layout/background.jpg);
	margin : 0;
	padding : 0;
	height:100%
}


p  {
	margin : 0;
	padding : 0;
}

#fullheight{height:100%}




/*  Text  */

/*  Div Definition  */

.div_content{
	padding-top:18px;
	padding-left:12px;
	padding-right:12px;
}


/*  Background Definition  */

.language_background{
	background-image: url(../pix/layout/layout_04.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

.content_background{
	background-color:#FFF;
}

.navigation_background{
	background-image: url(../pix/layout/layout_21.jpg);
	background-repeat:repeat-y;
	background-position:left;
}
.footer_background{
	background-image: url(../pix/layout/layout_24.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}



