body {
	background:#000000;
	margin:0;
	padding:10px;
}
#container {
	background:url(img/bck.jpg) 0 0 no-repeat;
	width:1100px;
	height:700px;
	margin:0 auto;
	padding:0;
	position:relative;
}
.iphone {
	width:228px;
	height:55px;
	cursor:pointer;
	position:absolute;
	top:458px;
	left:141px;
}
.android {
	width:228px;
	height:55px;
	cursor:pointer;
	position:absolute;
	top:458px;
	left:425px;
}
.facebook {
	width:228px;
	height:55px;
	cursor:pointer;
	position:absolute;
	top:458px;
	right:165px;
}