/**
*	Data modyfikacji:	$Date: 2007-09-27 13:52:48 +0200 (czw, 27 wrz 2007) $
* 	Wersja			:	$Revision: 6 $
* 	Autor 			:	$Author: mkoniarz $

*/


@CHARSET "UTF-8";
body, td { 
	margin: 0;
   	padding: 0;
	font: 11px Verdana, Arial, sans-serif;
}


body { 
   	text-align:center;

}  

div#main {
	background-color: #EEFFEE;
	width: 1024px;
	margin: 0 auto;
	position:relative;
}


div#div_header {
	border:medium; 
	border-color: #00FF00;	
	background-color: #CCFFCC;
}


div#div_content {
	text-align: left;	
}

div#div_footer {

	text-align: center;
	background-color: #F8F8FF;

}


