html, body {
	width: 100%;
	margin: 0px;
	background-color: #f3f3f3;
	visibility: hidden;
}
#header {
	width: 100%;
	background-color: white;
}
#logo-dp {
	float: right;
}
.center-align {
	text-align: center;
}
#container {
	position: absolute;
	left: -50px;
}
#desc-text {
	position: absolute;
	left: 250px;
	top:60px;
	text-align: center;
	width: 1000px;
}
#phone {
	position: absolute;
	left: 270px;
	top: 200px;
}
#trailor-btn {
	position: absolute;
	top: 550px;
	left: 610px;
	width: 243px;
}
#store-bar {
	position: absolute;
	top: 700px;
	left: 430px;
	width: 600px;
}
#store-bar img {
	margin-left: 10px;
}
#footer {
	margin-top: 10px;
}
#copyright {
	float: left;
	vertical-align: middle;
}
#social-links {
	float: right;
}
.social-icon {
	width: 32px;
	height: 32px;
	margin: 2px;
	vertical-align: middle;
}
