/*	CSS Bestand voor de website WWW.AIRBRUSH-ANNES.COM	*/
/*	Div Declaratie	*/

div
	{
	width:		auto;
	height:		auto;
	text-align:	center;
	margin:		25%;
	margin-top:	4px;
	border:		0px;
	font-family;	arial;
	font-size: 	13px;
	}

div.right
	{
	float:		right;
	}

div.left
	{
	float:		left;
	}

div.middle
	{
	float:		middle;
	}

