/* stylesheet for caninecoatcolorgenetics.com */

body {
	font-family: Arial, sans-serif;
	background-image: url("images/background2.png");
	margin: 0 0 0 0;
	height: 100%;
    text-align: justify;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	background: rgba(255,255,255,.65);
	padding-top: 10px;
}

header, footer {
	display: block;
    width: 940px;
    text-align: center;
}


footer {
	position: relative;
	bottom: 0;
	margin: 0 10px;
	padding-bottom: 10px;
	clear: both;
}

footer p {
	text-align: center;
}

.tool_img {
	border-style: solid;
	border-width: 1px;
	width: 455px;
	height: 388px;
}

h1, h2 {
    color: #3c3c3c;
}

h1 {
	font-size: 44px;
}