html { background: #cfeef6 repeat 0 0; }
div, a, span, p, form, label, li, td, textarea, input, select { 
	font: normal 11px Arial;
	color: #777777;
	text-decoration: none;
}
a:hover { text-decoration: underline; }

body { text-align: left; background: #cfeef6 url(img/bg1_02.jpg) repeat-x 0 0; height: 100%; }

.cardBody {
	position: relative;
	margin: 0px auto;
	width: 1000px;
	height: 800px;
	border: 0px solid red;
	background: #cfeef6 url(img/bg_pic.jpg) no-repeat 0 0;
}

.cardBody  .flashBlock {
	position: absolute;
	display: block;
	width: 600px;
	height: 450px;
	top: 67px;
	left: 200px;
}

.cardBody  .solution {
	position: absolute;
	display: block;
	left: 634px;
	top: 548px;
}

