body {
	margin: 0px;
	padding: 0px;
	background: #ffffff;
}
/*NOTE: to center divs in both IE and FF, you must use both body text-align center and margin left/right auto on wrapper.*/

#wrapper {
	width: 1090px;
	height: 924px;
	margin: 0px auto 0px auto;
	background-image: url('images/divbg.jpg');
	text-align:left;
}

#content {
	width: 349px;
	height: 194px;
	margin: 356px 0px 0px 364px;
	position: absolute;
	text-align:left;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
}

a.img
{
border:none;
}
