* {
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#333333;
}

body {
	background-color:#BBBBBB;
    background-image: url("images/background.png");
	background-repeat:repeat;
}

a {
	color:#990000;
	text-decoration:underline;
}

p {
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size:20px;
}

ul {
	margin:0px;
	padding:0px;
}

#container {
	margin:20px auto;
	width:686px;
	text-align:center;
}

#icon {
	margin:0px auto;
	text-align:center;
}

#logo {
	margin:0px auto;
	margin-top:30px;
	text-align:center;
}

#googleplay {
	float:left;
	width:60%;
	margin:0px auto;
	margin-top:30px;
	text-align:center;
}

#facebook {
	float:left;
	width:40%;
	margin:0px auto;
	margin-top:30px;
	text-align:center;
}

@media only screen and (max-width: 686px) {
#container {
	width:100%;
}

#googleplay, #facebook {
	float:none;
	width:100%;
}

#logo-img {
	width:335px;
	height:46px;
}
}