body { 
	padding: 0px;
	margin: 0px;
	background: #EFEFEF; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #565656;
}

#line_green {
	position: absolute;
	top: 170px;
	left: 0px;
	height: 8px;
	line-height: 8px;
	width: 100%;
	background: #B4D625;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #465800;
	border-bottom-color: #465800;
}

#line_white {
	position: absolute;
	top: 180px;
	left: 0px;
	height: 64px;
	line-height: 12px;
	width: 100%;
	background: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #465800;
}

#img_error {
  margin-left: 20px;
	position: absolute;
	top: 200px;
	left: 2px;
	height: 42px;
	width: 58px;
	background: url("../images/error.png");
}

#img_cre8ives {
  margin-top: 15px;
	margin-right: 20px;
	position: relative;
	float: right;
	height: 41px;
	width: 170px;
	background: url("../images/cre8ives.png");
	display:block;
	overflow:visible;
}

#content {
	position:absolute;
	top:260px;
	left:24px;
}

.big { 
	font-size: 12px;
	font-weight: bold;
}
