/* ALGEMENE DECLARATIES */


body
{

	/*background: url("/images/bg_body.gif") #957055;*/
	background: url("/images/bg_body.gif") #757575;
}



/* SPECIFIEKE DECLARATIES */

div.png_fix
{
	position: relative;
}



/* DIV: BACKGROUND */

div#background
{
	height: 180px;
	/*background: #674931;*/
		background: #4c4c4c;
}



/* DIV: OUTER */

div#outer
{
	
	margin: -180px auto 0 auto;

}


