@charset "utf-8";
body {
	background-image: url(/images/home/back.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#box_bonedry {
	float: left;
	width: 470px;
	padding-top: 30px;
	padding-right: 20px;
	text-align: right;
}
#box_gutter {
	float: left;
	width: 470px;
	padding-top: 30px;
	padding-left: 20px;
}
h1 {
	font-size: 24px;
	color: #FFFFFF;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
