body {
	background: url(.././images/background.png) repeat-x 0 0;
	margin: 20px 0;
}

#wrapper-box {
	margin: 0 auto;
	background: url(.././images/content_layer.png) no-repeat 0 0;
	height: 1000px;
	width:804px;
}

a {
	text-decoration: none;
	color: #fafaf8;
	
}

a:hover {
	text-decoration: underline;
	color: #fafaf8;
	
}

#content {
	height:1000px;
	width:804px;	
}

hr{
	background-color: #edece3;
	color: #edece3;
	width:99%;
	height: 2px;
	border: 0;
	margin-top:20px;
	
}
#iphone {
	height:auto;
	float:left;
}
#looping_video {
	background: url(.././images/iphone.png) no-repeat 0 0;
	width: 247px;
	height:365px;
	margin-left:30px;
	margin-top:35px;
	padding-left: 27px;	
	padding-top: 81px;
	z-index:0;
}

#iphone-shadow {
	background: url(.././images/iphone_shadow.png) no-repeat 0 0;
	width:245px;
	height: 144px;
	margin-left:30px;
	z-index:0;
	margin-top:-28px;
}

#iphone-icon {
	background: url(.././images/icon.png) no-repeat 0 0;
	width:80px;
	height: 80px;
	margin-left: 205px;
	margin-top:-150px;
}
#iphone-icon-shadow {
	background: url(.././images/icon_shadow.png) no-repeat 0 0;
	width:80px;
	height: 32px;
	margin-left: 205px;
	
}

#textbox {
	background: url(.././images/textbox_background.png) no-repeat 0 0;
	width:460px;
	height: 584px;
	float:right;
	margin-top:45px;
	margin-right:30px;
}


#logo {
	font: 40px/40px Verdana;
	color: #fafaf8;
	font-weight: bold;
	text-align:left;
	height: auto;
	margin-left: 30px;
	padding-top: 25px;
}
ul {
	margin-top:0px;
	margin-left:0px;
	padding-left:15px;
	margin-bottom:0px;
	list-style:disc;
}

li {
}

#titletext {
	color: #aaa19b;
	font: 18px Verdana, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom:10px;
	padding-top:20px;
}
#whitetext {
	color: #fafaf8;
}

#normaltext {
	color: #fafaf8;
	font: 12px Verdana, Helvetica, sans-serif;
	font-weight: none;
	
}

#container{
	padding-top:0px;
	padding-right:25px;
	padding-left:25px;
}

#firstletter {
	color: #f5371d;
}

#copyright {
	text-align:center;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	color: #fafaf8;
	float:left;
	font: 10px Verdana, Helvetica, sans-serif;
	width: 100%;
}

#underlined{
	text-decoration: underline;
	
}
