/*
*****************************************
*					*
*	     Tausta ja teksti		*		
*					*
*****************************************
*/

html
{
}

body
{
	background-color:#973B73;
	background-image:url('../graphics/taustakuva.jpg');
	background-repeat: repeat-x;
	margin:0;
	padding:0;
	
}

/*
*****************************************
*					*
*	     Erikoistekstit		*		
*					*
*****************************************
*/

.footer
{
	color:#EEE6EB;
	font-family:Arial;
	font-size:11px;
	line-height: 14px;
	text-align:center;
	margin-left:15%;
	margin-right:15%;
	margin-top: 15px;
	margin-bottom: 15px;
}

div.wrapper
{
	
	text-align: center;

}

