body {
	margin: 0px;
	background: #cb502d;
	font: 9pt Verdana, Arial, sans-serif;
	color:#jjj;
}
p, h1, h2, h3 {
	margin:0px;
}
p {
	margin: 15px 0px;
	font: 9pt Helvetica, sans-serif;
}
a {
	color:#jjj;
	text-decoration:none;
}
a:hover {
	color:#FFF;
	text-decoration:underline;
}
a:visited {
	color:#FFF;
}
img {
	border:0px;
}
#container {
	width:100%;
	height:100%;	
	text-align:center;
}
#one {
	background:#fff;
	width:50%;
	height:247px;
	float:left;
	text-align:right;
	vertical-align:bottom;
}
#two {
	background:#ecbaa6;
	width:50%;
	height:247px;
	float:right;
}
#three {
	background:#cb502d;
	width:50%;
	float:left;
}
#four {
	background:#d8734a;
	width:50%;
	height:700px;
	float:right;
	text-align:left;
}
#text_box {
	background:#d8734a;
	width:400px;
	height:400px;
	text-align:left;
	padding: 20px;
}
