body{
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #ccc;
	} 
.wrapper{
	background-color: #FFF;
	width: 872px;
	position: absolute;
	left: 50%;
	margin-top: 0px;
	margin-left: -430px;
	top:10px;
	}
	
.wrapper1{
	background-color: #FFF;
	width: 872px;
	position: absolute;
	left: 50%;
	margin-top: -250px;
	margin-left: -430px;
	top: 50%;
	}

body, table, tr, td, select, input, div,form,textarea
{
	font-family:"Arno Pro";
	font-size:11pixel;
	color:#333333;
	line-height:12pt
}
A:link { color:#000099; text-decoration:none; }
A:visited { color:#000099; text-decoration:none; }
A:active { color:#000099; text-decoration:none; }
A:hover { color:#3399ff; text-decoration:none; }

