body {
	margin: 0px; 
	padding: 0px;
	background-color: #ffffff;
	font-family: Arial, Verdana, Tahoma, Helvetica;
	font-size: 14px;
	color: #d90f39;
}


h2 {
	font-size: 30px; 
	font-family: Garamond, Georgia; 
	color: #590c67;
}

.outDiv {
	width: 100%;
	text-align: center;
}


.middle {
	text-align: left;
	margin-top: 40px;
	background-color: #ffffff;
	background-image: url("img/trunkys_landingpage.jpg");
	background-repeat: no-repeat;
	width: 1040px;
	height: 626px;
	margin-left: auto; 
	margin-right: auto;
	border: 2px solid #ffffff;
}


.middle2 {
	text-align: center;
	width: 976px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	height: 200px;

}
.news-area {
	width: 350px;
	height: 100px;
 	margin-top: 290px;
	margin-left: 130px;
	font-size: 13px;
}


.input-div {
	margin-left: 130px;
	margin-top: 110px; 
	width: 600px; 
	height: 30px; 
}

.inputfield {
	height: 18px; 
	float: left;
	width: 200px;
	height: 30px; 
	border: 1px solid #4B3816;
	font-family: arial, helvetica;
	font-size: 20px;
	background-color: #ffffff;
}

.button {
	float: left; 
	margin-left: 5px;
	background-color: #f0478c;
	color: #ffffff;
	font-family: Arial, helvetica; 
	font-size: 16px; 
	height: 30px;
	width: 120px;
	border: 1px solid #333333;
}