* {
	margin: 0;
}

html, body {
	height: 100%;
	padding-top: 10px;
}

body {
	background-image: url(images/commission_bg.png);
}

.wrapper {
	min-height: 100%;
	height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
	height: 100%;
	margin: 0 auto -60px; /* the bottom margin is the negative value of the footer's height */
}

.logo {
    margin-right: 5px;
}

.header {
	padding-left: 100px;
	padding-right: 100px;
}

.footer, .push {
	height: 60px; /* .push must be the same height as .footer */
	margin-bottom: 50px;
}

.main {
	background-color: white;
	color: black;
	width: 86%;
	margin: 100px auto 0 auto;
	padding:60px;
}

.photo {
	float: left;
	margin-right: 40px;
}

.text {

	width: 95%;
}



.clear {
    clear: both;
}

hr {
	width: 100px;
	display: block;
margin: 1em auto;
	float: none;
}

h2, h3 {
	margin-bottom: 10px;
	text-transform: uppercase;
}

h2 {
	margin-bottom: 2em;
}

h3{
	text-align: center;
}

h4{
	border-bottom: 1px solid black;
	padding-bottom: 10px;
	text-transform: uppercase;
	margin-bottom: 10px;
}



.main p{
	line-height: 1.7em;
	margin-bottom: 2.5em;
}

ul li {
	line-height: 1.7em;
	margin-bottom: 20px;
}

ul li a {
	color: black;
}

.why li{

		margin-left: 15px;
}

/*.rabbit {

	float: right;
	width: 65%;
}*/