@charset "utf-8";
/* CSS Document */

body
{
	width:100%;
	height:100%;
	background: #eee url(../../images/bg.png) repeat-y center;
	/*background:url(../../images/bg.png) repeat-x #c6e9ff;*/
	/*background: #c6e9ff;*/
	/*background: #ffffff;*/
	font-family:tahoma;
	font-size:11px;
	color:#474747;
	padding:0;
	margin:0;
}

