html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* my resets */
* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #FF0000;
}

/* principal classes */
div.interior {
	width: 960px;
	margin: 0 auto;
	background-color: #FFF;
}

div.clearfix {
	clear: both;
}

img.up {
	margin-top: -3px;
}

/* listen */
div#listen {
	margin-top: -3px;
}

div#listen div#listen-left {
	width: 366px;
	height: 317px;
	float: left;
	background-color: #FFF;
}

div#listen div#listen-left div#player {
	margin: 15px 0 0 30px;
}

div#listen div#listen-right {
	width: 594px;
	height: 317px;
	float: right;
}

div#listen p {
	width: 100%;
	color: #F00;
	padding: 0 0 10px 0;
	margin: 0;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	line-height: 30px;
}

div#listen p.ultimo {
	padding: 0 0 30px 0;
}

/* buttons */
div#button-google {
	position: absolute;
	margin-top: -111px;
	margin-left: 343px;
	*margin-top: 440px;
	*margin-left: -593px;
}

div#button-paypal {
	position: absolute;
	margin-top: -111px;
	margin-left: 483px;
	*margin-top: 440px;
	*margin-left: -453px;
}

div#player {
	position: absolute;
	margin-top: -490px;
	margin-left: 80px;
	*margin-top: 20px;
	*margin-left: -880px;
}

p {
	color: #0200A1;
	text-align: justify;
	width: 800px;
	margin-left: 80px;
	font-family: "Trebuchet MS";
	font-size: 13px;
	margin-top: 80px;
	margin-bottom: 20px;
	line-height: 20px;
}

/* ipod */
div#promo div#ipod {
	position: absolute;
	margin: 24px 0 0 700px;
	text-align: center;
	color: #FFF;
	font-family: "Trebuchet MS";
}

div#promo div#ipod a {
	padding-top: 10px;
}