/**
*   site main css style
*/
 
/*--- init ------------------------------------*/
body {

	margin: 0;
	text-align:center;
	background:url(images/bkg.gif);
	background-repeat: repeat-x;
	background-color: #fff;

}



a {color: #fff; text-decoration: none; }
a:hover { color: #fff; text-decoration: underline; }


/*--- content ------------------------------------*/


/* main */


#text {
	color: #fff;
	position: absolute;
	left: 480px;
	top: 300px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	letter-spacing: 3px;
	line-height: 24px;

}
a#logo {
	position: absolute;
	left: 88px;
	top: 102px;
	background: url(images/logo.gif);
	width: 345px;
	height: 76px;

}

