body {
	background-color: #485060;
	font: 11px/18px Lucida Grande, Helvetica, Verdana, Arial;
	color: #fff;
	margin: 0;
	padding: 0;
}

#header {
	background: repeat-x url(../images/header.png);
	width: auto;
	height: 240px;
	margin: 0px auto;
	
}

#headerhero {
	background: no-repeat url(../images/headerhero.png);
	width: 307px;
	height: 68px;
	margin: 0px auto;
	position: relative;
	top: 30px;
	left: auto;
	
}

#buttons {
	width: 304px;
	padding-top: 80px;
	margin: 0px auto;
	height: 30px;
}

#download {
	background: no-repeat url(../images/downloadbutton.png);
	width: 152px;
	height: 27px;
	float: left;
	font-size: 12px;
}

#home{
		font: 11px/18px Lucida Grande, Helvetica, Verdana, Arial;
	float: left;
	background: url(http://www.eagle-of-liberty.com/pixiapps/images/favicon.png) no-repeat;
}

#christmas
{
	color: #fd2c17;
    text-align:center;
    font-weight: bold;
    text-shadow: 0px 1px 0px #000000;
}


#download:hover {
	background: no-repeat url(../images/downloadbuttonh.png);
	width: 152px;
	height: 27px;	
}

#download a {
	color: #333;
	text-shadow: 0px 1px 0px #b0b9c1;
	font-weight: bold;
	text-decoration: none;
	line-height: 25px;
	padding-left: 26px;	
}

#download a:hover {
	color: #333;
}

#buynow {
	background: no-repeat url(../images/buybutton.png);
	width: 152px;
	height: 27px;
	float: right;
	font-size: 12px;
}

#buynow:hover {
	background: no-repeat url(../images/buybuttonh.png);
	width: 152px;
	height: 27px;
	
}

#buynow a {
	color: #333;
	text-shadow: 0px 1px 0px #b0b9c1;
	font-weight: bold;
	text-decoration: none;
	line-height: 25px;
	padding-left: 26px;
	
}

#buynow a:hover {
	color: #333;
	
}

#wrapper {
	margin: 0px auto;
	width: 700px;
	
}

#container {
	padding-top: 40px;
	
}

#left {
	float: left;
	width: 206px;
	text-align: justify;
	padding-right: 40px;
}

#mid {
	float: left;
	width: 206px;
	text-align: justify;
	padding-right: 40px;
}

#right {
	float: left;
	width: 206px;
	text-align: justify;
}

.noitunes {
	background: no-repeat url(../images/player.png);
	width: 169px;
	height: 37px;
	padding-bottom: 10px;
}

.UI {
	background: no-repeat url(../images/UI.png);
	width: 126px;
	height: 37px;
	padding-bottom: 10px;
}

.features {
	background: no-repeat url(http://www.ecouteapp.com/ecoute/images/features.png);
	width: 100px;
	height: 37px;
	padding-bottom: 10px;
}

#footer{
	clear: both;
	padding-top: 20px;

	text-align:center;
	opacity: 0.60;
	text-shadow: black 0 1px 1px;
	color: #a6abb5;
	font: 9px "Lucida Grande";

}

#config{
	clear: both;
	padding-top: 20px;

	text-align:center;
	opacity: 1;
	text-shadow: black 0 1px 1px;
	color: #f7fefe;
	font: 11px "Lucida Grande";

}

#footer a:hover{
	opacity: 0.80;
	text-shadow: black 0 1px 1px;
	color: #c6cffe;
	font: 9px "Lucida Grande";
	text-decoration: none;
}
#footer a{
	
	opacity: 1.00;
	text-shadow: black 0 1px 1px;
	color: #a6abb5;
	font: 9px "Lucida Grande";
	text-decoration: none;
}