body {
	font-family: Arial, sans-serif;
}
/* Sample 4*/
#box4{
	position:absolute;
}
#box4 div{
	width:240px;
	height:353px;
	float:left;
	background:#fff;
}

#box4 h3, #box4 p, #box4 ul{
	padding:0px 0px;
}

#box4 img{
	width:240px;
	height:353px;
	float:left;
	margin:0 0 0 0px;
}

.mask3{
	position:relative;
	width:240px;
	height:353px;
	overflow:hidden;
}

#frame {
	//background-image: url('images/iphone.png');
	background-repeat: no-repeat;
	width: 279px;
	height: 578px;
	left: 90px;
	top: 38px;
	/*padding-top: 95px;*/
	padding-left: 30px;
	position: relative;
}

#handles4 {
	position: fixed;
	top: 183px;
}

#thumb1 {
	position: relative;
	left: 281px;
}
#thumb2 {
	position: relative;
	left: 318px;
}
#thumb3 {
	position: relative;
	left: 354px;
}
#thumb4 {
	position: relative;
	left: 391px;
}

#header {
	background-image: url('images/head_bg.png');
	height: 120px;
	width:  100%;
	position: fixed;
	background-repeat: x;
	top: 0px;
	left: 0px;
}

#logo {
	left: 121px;
	position: relative;
}

#content {
	position: fixed;
	top: 120px;
	background-image: url('images/bg.png');
	background-repeat: xy;
	width: 100%;
	left: 0px;
	bottom: 0px;
	overflow: auto;
}

#text {
	position: fixed;
	top: 150px;
	left: 400px;
}

#desc {
	position: fixed;
	top: 340px;
	left:  400px;
	width: 600px;
	font-size: 12pt;
}

h1 {
	font-size: 17pt;
}

#copy {
	position: fixed;
	bottom: 6px;
	left: 40px;
}

#home {
	position: fixed;
	top: 0px;
	left: 440px;
	text-decoration: none;
	color: #000000;
}

#support {
	position: fixed;
	top: 40px;
	left: 440px;
	text-decoration: none;
	color: #000000;
}

#appstore {
	position: fixed;
	top: 80px;
	left: 440px;
	text-decoration: none;
	color: #000000;
}

A:link {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

A:visited {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

A:active {
	text-decoration: none;
	font-weight: bold;
}

A:hover {
	text-decoration: underline;
}
