body {
	background: url(../images/bg-y.jpg) repeat-x #a9d8f2;
	padding: 0;
	margin: 0;
	height: 100%;
	font-family: Tahoma, Verdana, serif, sans-serif;
	font-size: 15px;
	text-align: left;
	color: #fff;

}
p, div, table, form, img{
	border: 0;
	margin: 0;
}
a:link 
{
	font-weight: normal;
	color: #2095b8;
	text-decoration: none;
	background: transparent;
}
a:visited 
{
	font-weight: normal;
	color: #2095b8;
	text-decoration: none;
	background: transparent;
 }
a:hover 
{
	font-weight: normal;
	color: #2095b8;
	text-decoration: underline;
	background: transparent;
}
a:active 
{
	font-weight: normal;
	color: #2095b8;
	text-decoration: underline;
	background: transparent;
}

#global{
	width: 100%;
	height: 100%;
	background: url(../images/bg-x.jpg) repeat-y;
}
#content{
	background: url(../images/bg.jpg) no-repeat bottom left;
	width: 724px;
	height: 536px;
	padding: 50px 0 0 190px;
	color: #211720;
	font-size: 9pt;
}
