 *		{	-moz-box-sizing: border-box; box-sizing: border-box;	}  
 body 	{
	margin:0;
	padding:0px;
	text-align:center;
}

#boxContent		{	position:relative; width:700px; margin:auto;  	}
.imgEls			{	position:absolute; left:700px; top:-100px;	}
.imgBalloon		{	position:absolute; left:450px; top:-50px;	}


.txtNorm {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 20px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
}

.txtEls {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 20px;
	color: #6C8411;
	font-style: normal;
	font-weight: normal;
}

.txtHeader {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 18px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
}
.txtBody {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 18px;
	color: #666666;
}
a {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}
input,textarea,select {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	border: 1px solid #000000;
	color: #666666;

}
.footer {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
}

