body {
	background-color: #a79780;
}

A:link {text-decoration: none; color: ffffff;}
A:visited {text-decoration: none; color: ffffff;}
A:active {text-decoration: none; color: ffffff;}
A:hover {text-decoration: underline; color: ffffff;}

#content {
	background-image: url('./images/content.jpg');
	background-repeat: no-repeat;
	width: 800px;
	height: 394px;
	color: #ffffff;
	font-family: Times New Roman;
	font-size: 38px;
}

#signup {
	background-image: url('./images/signup.jpg');
	background-repeat: no-repeat;
	width: 800px;
	height: 394px;
	color: #ffffff;
	font-family: Times New Roman;
	font-size: 16px;
	font-weight: bold;
}

#text {
	color: #ffffff;
	font-family: Times New Roman;
	font-size: 24px;
}

#stores {
	color: #ffffff;
	font-family: Times New Roman;
	font-size: 18px;
}