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

html{ height: 100%; }

body{ 
	margin:0;
	background-color:#0099CC; 
	height: 100%; 
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 16px; 
	color:#000; 
}

.cleaner{clear:both;}

#wrapper{
	position:relative;
	width:800px;
	margin:5px auto 0px auto;
}

#iphone_box {
	position:relative;
	float:right;
	width:283px;
	height:600px;
	margin-right:30px;
	background-image:url(../images/apps_common/iPhone_Portrait.jpg);
}

#lovelocked_head {
	position:relative;
	float:left;
	width:450px;
	height:140px;
	margin-left:30px;
}

#lovelocked_icon {
	position:relative;
	float:left;
	width:140px;
	height:140px;
	margin-left:0px;
	background-image:url(../images/lovelocked/lovelocked_Icon_140px.jpg);
}

#lovelocked_title {
	position:relative;
	float:left;
	width:300px;
	height:65px;
	margin-left:5px;
	margin-top:10px;
	background-image:url(../images/lovelocked/lovelocked_title.jpg);
}

#available {
	position:relative;
	float:left;
	width:122px;
	height:40px;
	margin-left:10px;
	margin-top:10px;
	background-image:url(../images/apps_common/available.png);
}


#lovelocked_slideshow_container {
	position:relative;
	height:351px;
	width:234px;
	margin-left:26px;
	margin-top:88px;
}

#lovelocked_slideshow_container img {
	position:absolute;
	display:block;
	top:0; 
	left:0; 
	z-index:1;
}

#text_box_01 {
	position:relative;
	float:left;
	margin-left:40px;
	margin-top:20px;
	width:400px;
/*	height:80px;*/
	font-size:12px;
	border-top-style:ridge;
/*	padding-top:10px;*/
}

#text_box_02 {
	position:relative;
	float:left;
	margin-left:40px;
	margin-top:0px;
	width:400px;
/*	height:330px;*/
	font-size:16px;
	border-top-style:ridge;
/*	padding-top:10px;*/
}
