@charset "UTF-8";
/* CSS Document */

* {
margin: 0;
padding: 0;
}

h1 {
font-family: 'Quicksand', sans-serif;
font-weight: 300;
font-size: 28px;
color: #FFF;
text-align: center;
}

html, body {
background-color: #000;
height: 100%;
width: 100%;
background-image:url(images/bg.jpg);
background-repeat:no-repeat;
background-attachment:fixed;
background-position:center top;
}

#container {
height:700px;
width:960px;
padding-top: 80px;
margin-left:auto;
margin-right:auto;
}

#head {
width: 300x;
height: 70px;
float:left;
}

#logo {
float:left;
}

#shops {
width: 300px;
height: 700px;

float:right;
}

#title {
width: 300px;
height: 60px;
margin-top: 40px;
margin-left:auto;
margin-right:auto;
}

#itunes {
height:40px;
width:110px;
margin-top: 20px;
margin-left:auto;
margin-right:auto;
}


.aitunes {
	display: block;
	width: 120px;
	height: 50px;
	background: url(images/itunes.png) bottom;
	text-indent: -99999px;
}

.aitunes:hover {
		background-position: 0 0;
}

#amazon {
height:89px;
width:89px;	
margin-top: 20px;
margin-left:auto;
margin-right:auto;
}

.aamazon {
	display: block;
	width: 89px;
	height: 89px;
	background: url(images/amazon.png) bottom;
	text-indent: -99999px;
}

.aamazon:hover {
		background-position: 0 0;
}

#juno {
height:49px;
width:210px;
margin-top: 20px;
margin-left:auto;
margin-right:auto;
}

.ajuno {
	display: block;
	width: 210px;
	height: 49px;
	background: url(images/juno.png) bottom;
	text-indent: -99999px;
}

.ajuno:hover {
	background-position: 0 0;
}

#footer {
position: relative;
width: 100%;
height: 50px;
clear: both;
}