@charset "utf-8";
/* CSS Document */
div#mainContainer {
	margin-top: 0;
	background-color: #000000;
	color: #ffffff;
}
h2#key {
	width: 900px;
	margin: 0 auto;
}
h3.headline {
	width: 840px;
	margin: 30px auto 0 auto;
}
div.container {
	width: 774px;
	margin: 0 20px;
	padding: 30px;
	border: 3px solid #a60000;
	background-image: url("../img/background-image.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
}
h4.heading {
	padding: 10px 0 ;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 2px;
}
span.bg {
	background-color: #bf0000;
	padding: 5px 10px;
}
div#products {
	text-align: left;
	width: 402px;
	float: right;
}
p#products_t {
	width: 370;
	float: left;
}


div#novelty {
	text-align: left;
	width: 300px;
	float: right;
}

#targetProducts {
	margin-top: 10px;
}
#targetProducts h4 , #targetProducts p {
	width: 370px;
	float: left;
}


#privilege h4 , #privilege p	{
	width: 470px;
	float: left;
}

#agreement {
	margin-top: 20px;
}
#flow {
	margin-top: 30px;
}

#formContainer {
	background-image: url(../img/background-image2.jpg);
}