@charset "utf-8";
/* CSS Document */

body,html
{
	height: 100%;	
}
body
{
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color: #151515;
	background: url(../images/back_main.gif) center top repeat-y #f2f2f3;
	line-height: 140%;
}
a
{
	text-decoration: none;
	color: #604082;	
}
a:hover
{
	color: #8b6aae;	
}