@charset "utf-8";
/* CSS Document */

*
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: 	border-box;
	box-sizing: 		border-box;
}

/* --- Base Stuff --- */

body, img { border: none; margin: 0; padding: 0; }

body
{
	font-size: 11px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 1000px;
	background-image: url("/images/palouse_hills.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
}

.company_title
{
	color: white;
	font-size: 25px;
	margin-top: 0px;
}

.intro
{
	padding: 10px;
}