/*@import url('reset.css');*/

* {
	padding: 0;
	margin: 0;
}

html, body {
	background-color:#4c2e66;
	height:100%;
}

table {
	vertical-align: middle;
	height:100%;
	width:100%;
}
#container {
	height:746px;
	width:1137px;
	margin:0 auto;
	overflow:hidden;
}

#main {
	width:1137px;
	height:565px;
	background-image:url(images/bg_main.png);
	float:left;
}

#menu_left {
	width:688px;
	height:101px;
	background-image:url(images/bg_menu_left.png);
	float:left;
}

#menu_right {
	width:449px;
	height:101px;
	float:right;
	background: url(images/bg_menu_right.png) no-repeat 0 0;
}

ul#logos {
	list-style: none;
	position: relative;
	width: 449px;
	height: 101px;
	margin: 0;
	padding: 0;
}

ul#logos li {
/*	border: 1px solid #000;*/
	position: absolute;
}

ul#logos li a{
	display: block;
	height: 100%;
	text-indent: -9000px;
}

#spotify {
	width: 168px;
	height: 54px;
	top: 0px;
	left: 0px;
	background: url(images/logo_sprite.png) no-repeat 0 0;
}

#spotify:hover {
	background-position: 0px -101px;
}

#itunes {
	width: 180px;
	height: 54px;
	top: 0;
	left: 168px;
	background: url(images/logo_sprite.png) no-repeat 0 0;
	background-position: -170px 0px;
}

#itunes:hover {
	background-position: -170px -202px;
}

#amazon {
	width: 230px;
	height: 48px;
	top: 54px;
	left: 0px;
	background: url(images/logo_sprite.png) no-repeat 0 0;
	background-position: 0px -53px;
}

#amazon:hover {
	background-position: 0px -356px;
}

#footer {
	width:1137px;
	height:80px;
	background-image:url(images/bg_footer.png);
	float:left;
	clear:both;
}

#container, #main, #menu_left, #menu_right, #footer {
	background-color:#4c2e66;
	background-position: top;
	background-repeat: no-repeat;
}

p {
	font:normal 11px/13px Georgia, "Times New Roman", Times, serif;
	padding: 0 0 0 350px;
	font-weight: bold;
	color: #fff;
}

a {
	color: #fff;
	text-decoration:underline;
	font-weight: bold;
}

a:hover {
	color: #996699;
}

h1 {
	font:normal 14px/13px Georgia, "Times New Roman", Times, serif;
	padding: 0;
	color: #fff;
	text-indent: -9000px;
}