@charset "utf-8";
/* CSS Document */
#content {
	background-image:url(images/content_tile.png);
	background-repeat:repeat;
	background-position:top left;
}

#contact_message {
	padding:10px;
	width:300px;
	font-size:16px;
	clear:none;
	float:left;
}
#contact_form {
	width:480px;
	clear:none;
	float:right;
}