body  {
	background-repeat : no-repeat;
	}

blockquote  {
	margin-left : 1;
	margin-right : 1;
	margin-top : 1em;
	margin-bottom : 0em;
}

img {
behavior: url('pngbehavior.htc');
}
p  {
	font-family : Verdana, sans-serif;
	font-size : 10px;
	text-align : left;
}

#box1  {
	position : absolute;
	top : 100px;
	left : 5%;
	width : 60%;
}

#box2  {
	position : absolute;
	top : 120px;
	left : 70%;
	width : 25%;
	border : solid 1px #CCCCCC;
	background-color : #F4F5ED;
}

#box3  {
	position : absolute;
	top : 275px;
	left : 70%;
	width : 25%;
	border : solid 1px #CCCCCC;
	background-color : #F4F5ED;
	margin-top : 1em;
	margin-bottom : 0em;
}

#Text  {
	position : absolute;
	width : 190;
	border : 1px none #CCCCCC;
	background-color : transparent;
	margin-top : 10px;
	margin-bottom : 2em;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-align : left;
}
#footer  {
	position : relative;
	top:100%;
	right : 0%;
	width : 100%;
}

