@charset "utf-8";
/* CSS Document */


body{
	margin:0 auto;
	background:#fff;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

p{
	text-align:justify;
}
h1{
	text-align:center;
	color:#039;
	font-size:24px;
}
h2{
	text-align:left;
	color:#039;
	font-size:18px;
}

#header{
	width:900px;
	height:180px;
	margin:0 auto;
	background:url(i/back-header.jpg) no-repeat left top;
}

#wrapper{
	width:760px;
	padding:10px 70px;
	margin:0 auto;
	background:url(i/back-wrapper.jpg) repeat-y left top;
}

#opt-in{
	width:370px;
	height:406px;
	margin:0 auto;
	background:url(i/LCI-opt-in.jpg) no-repeat left top;
	position:relative;
}

.yellow{
	background:yellow;
}
.left{
	float:left;
	margin:0 10px 0 0;
}

#footer{
	width:900px;
	height:100px;
	margin:0 auto;
	background:url(i/back-footer.jpg) no-repeat left top;
}