/*
 * Styles specific to home page
 */


#content {
	height: 534px;
	background-image: url(../images/home-background-01.jpg);
}

#content_milk {
	height: 547px;
	background:url(../images/smartmilk-background.jpg) center center no-repeat;
	text-align:right;
	padding:0 25px 0 0;
}

#content h1 {
	position: absolute;
	top: 95px;
	left: 245px;
}


#content h1 img {
	width: 483px;
	height: 101px;
	/* PNG hack for IE6 and below: */
	behavior: url(css/iepngfix.htc);
}


p.index_content {
	width:350px;
	height:auto;
	color: #143E1F;
	font-weight: bold;
	padding:20px 20px;
	position:absolute;
	top:200px;
	left:330px;
	text-align: justify;
	line-height:130%;
	}

#contentText_milkplus {
	color: #143E1F;
	font-weight: bold;
	padding: 200px 90px 0 465px;
	text-align: left;
	line-height:120%;
	font-size:14px;
}

.sm_content{
	width:420px;
	height:auto;
	position:absolute;
	top:220px;
	left:450px;
	text-align:left;
	padding:20px 20px;
	background-color:#FFF;
	filter:alpha ( opacity=70); -moz- opacity:0.70; opacity:0.7;
}
