body {margin:0;
padding:0;}

#wrapper {
	margin-top:0;
	padding-top:0;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

#image {
	width:800px;
	clear:both;
}

#image img {width:500px;
float:left;
margin-left:17%;}

#logo {
	width:800px;
	clear:both;	
}

#logo img {
    float: left;
    margin-left: 25%;
    width: 377px;
}


h1 {
    clear: both;
    color: #07A551;
    font-family: 'Tw Cen MT';
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}
 
 
h2 {
    clear: both;
    color: #616060;
    font-family: 'Tw Cen MT';
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}

#form {
	margin-left:33px;
	padding:20px;
	width:700px;
	background-color: #f0f0f0;
}


