* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

body {
background: url(http://kineoapp.com/images/iPhone.jpg) no-repeat 24px 20px;
}

#screencast {
	position: absolute;
	left: 60px;
	top: 160px;
	height: 460px;
	background-position: 0;
}

#buttonContainer {
	position: absolute;
	width: 186px;
	height: 24px;
	background-image: url(images/buttonContainer.png);
	left: 430px;
	top: 335px;
	z-index: 120;
	opacity: .6;
	cursor: pointer;
	-webkit-transition: opacity .5s ease-in-out;
}

#buttonTitle {
	position: absolute;
	width: 186px;
	height: 24px;
	background-image: url(images/buttonTitle.png);
	top: 335px;
	left: 430px;
	z-index: 121;
	cursor: pointer;
}

#logo {
	position: absolute;
	left: 458px;
	top: 290px;
}