* { 
	margin:0;
	padding: 0;
}

body {
	background:#eaeaea;
	background-image: url("/imgs/chores-bg.png");
	font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
	/* font-weight: bold; */
	font-size: x-small;
}

a {
	color: #0e4291;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	font-weight: bold;
	color: #0e4291;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: red;
	text-decoration: none;
}

#chores-main {
	position: relative;
	margin: 0 auto;
	width: 450px;
	border: 0;
}

#text {
	position: relative;
	width: 450px;
	margin: 0 auto;
	margin-top: 0px;
	line-height: 1.5em;
		text-align: justify;
	margin-bottom: 20px;
	font-size: medium;
}

#text p.increase {
	font-size: larger;
}

#text p.offer {

	line-height: 1.5em;
}

#signup {
	position: relative;
	width: 220px;
	margin: 0 auto;

}

#email-field {
	font-weight: bold;
	width: 200px;
	padding: 10px;
}

#submit-button {
	
		margin: 10px 15px 0px 0px;
		border: 0px solid;
		font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;	
		letter-spacing: .1em;	
		padding: .3em;
		padding-right: .6em;
		padding-left: .6em;
		background: #0e4291;
		color: #fff;
		float: right;
		font-size: 105%;

	
}