
#container{
	width: 750px;
	text-align: center;
	margin: 80px auto;	
}

#iPhoneContainer{
	background: url(../images/cc_iphone.jpg) no-repeat;	
	width: 564px;
	height: 459px;
	text-align: left;
	margin: 0 0 0 100px;
}

#iPhoneContainer .content{
	padding: 75px 30px 0 305px;	
	color: #ffffff;
	font-family: arial, helvetica;
	font-size: 11px;
	line-height: 17px;
}

#iPhoneContainer .button{
	padding: 10px 0 150px 298px;	
}

#iPhoneContainer h1{
	font-size: 19px;
	font-family: garamond, times new roman;	
	line-height: 22px;
	margin: 0 0 15px 0;
}

#screen1, #screen2, #screen3, #screen4{
	width: 750px;
	height: 430px;	
	margin: 70px 0 0 0;
}

#screen1{
	background: url(../images/screen_category.jpg) no-repeat;
}
#screen2{
	background: url(../images/screen_beverage.jpg) no-repeat;
}
#screen3{
	background: url(../images/screen_cheeseSelect.jpg) no-repeat;
}
#screen4{
	background: url(../images/screen_cheeseDetail.jpg) no-repeat;
}

#screen1 .content, #screen2 .content, #screen3 .content, #screen4 .content{
	padding: 135px 120px 0 407px;
	color: #ffffff;	
	text-align: left;
	font-family: arial, helvetica;
	font-size: 11px;
	line-height: 17px;

}

.footer{
	color: #a1a1a1;	
	font-family: arial, helvetica;
	font-size: 11px;
	line-height: 17px;
}

h2{
	font-size: 18px;	
	margin: 0 0 10px 0;
	font-weight: normal;
	letter-spacing: 1px;
}

a, a:hover{
	color: #a1a1a1;
}

a{
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

