/* * * * * * * * * * * * * * * * * * * * * * * * * * *
								 					 *
(c) 2004 Agencja Wigor	     						 *
								 				* * * * * * * * * * *
	Global styles for							*  feel free        *
	Wigor Agencja Site							*  to e-mail me     *
								 				*                   *
	by Maciej Rek (www.maciek.rek.prv.pl).		*  xxx@xxxxx        *
								 				* * * * * * * * * * *
								 					 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * *


 * * * * * * * * * * * * 
	    GENERAL
 * * * * * * * * * * * * 
*/
body {
	background-color: #372B3D;
	margin: 0;
	padding: 0;
	
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}


a:link, a:visited {
	color: #B6A3BE;
	text-decoration: none;
}
a:hover{
	color:#372B3D;
	background-color: #B6A3BE;
}

/* 
 * * * * * * * * * * * * 
	    MAIN DIVs
 * * * * * * * * * * * * 
*/

#header{
	position: relative;
	width: 100%;
	height: 50px;
	text-align: left;
	padding: 0;
	margin: 0;
	background-color: #5B0284;
}

#page{
	position: relative;

	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
}



#contents{
	margin:20px 0 0 0;
	padding: 0;
}

#footer{
	position: relative;
	width: 100%px; height: 40px;
	text-align: left;
	padding: 0;
	margin: 20px 0 0 0;
	border-top: 1px solid #555;
}
#stat{
	position:relative;
	top: -33px;
}

/* 
 * * * * * * * * * * * * 
	    STYLES
 * * * * * * * * * * * * 
*/
	
/* header 
 * * * * * * * */
 
#logo{
	position: absolute;
	top: 10px;
	right: 20px;
}


/* footers
 * * * * * * * */

#footer h5{
	color:#333333;
	font-weight: bold;
	font-size: 14px;
}
