body {
	color:       #777777;
	font-family: 'Arial';
	font-size:   14px !important;
	line-height: 1.4;
	position:    relative;
	text-align:  center;
}

div#home {
	margin: 0 auto;
	position:  relative;
	top:       50px;
	max-width:   450px;
}

div#home p {
	font-size:   14px !important;
	line-height: 20px !important;
	text-align:  left;
	max-width:   450px;
}

.mc-field-group {
	padding-bottom: 20px;
	width: 100%;
}

@media only screen and (max-width: 450px) {
	div#home {
		position:  relative;
		top:       50px;
		left:      0;
		transform: none;
		max-width:   100%;
	}
	
	div#home img {
		height: auto;
		width:  80%;
	}
	
	div#home h1 {
		margin: 0 auto;
		width:  80%;
	}
	
	div#home p {
		margin: 0 auto;
		width:  80%;
	}
}