body {
	font-family: verdana, arial;
	font-size: 80%;
}
#container {
	width: 780px;
	margin: auto;
}

#intro {
background: #aaa;
	width: 50%;
	float: left;
}
#box_url {
background: #bbb;
	width: 50%;
	float: right;
}
#box_text {
background: #ccc;
	width: 70%;
	float: left;
}
#ads {
background: #ddd;
	width: 30%;
	float: right;
}
.result_url {
	margin: 0px 20px;
	overflow: auto;
}

#footer {
	clear: both;
	text-align: center;
	font-size: 80%;
}
