@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
}
html  {
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	background-attachment: scroll;
	background-image: url(../../images/bg-new.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#115286;
	color:#FFF;
	height: 100%;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -260px; /* the bottom margin is the negative value of the footer's height */
}
#footer, .push {
	height: 260px; /* .push must be the same height as .footer */
	margin: 0px auto;
	width:960px;
	}
/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/
ul { 
list-style : none; 
margin : 0px; 
padding : 0px; 
} 
#container {
	width:960px;
	margin: 0px auto;
	text-align:left;
	background-color: #D3E8FA;
	}
#header {
	font-weight:bold;
	font-size: 11px;
	width:940px;
	height:153px;
	display:block;
	float:left;
	text-align:left;
	background-image: url(../../images-new/lp-header.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding:5px 10px 0px 10px;
}
a:link {
	font-size: 12px;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
a:visited {
	font-size: 12px;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	font-size: 12px;
	color:#333;
	text-decoration:underline;
	font-weight:bold;
}
#content {
	width:960px;
	float:left;
	background-attachment:scroll;
	background-repeat:repeat-x;
	background-image:url(../../images-new/main-page-bg2.jpg);
	background-color: #D3E8FA;
	margin:0px;
}	
#contentleft {
	float:left;
	width: 711px;
	margin:0;
	height:460px;
	}	
#contentright {
	float:right;
	width: 249px;
	margin:0;
	height:460px;
	}	
.lovatts {
	float:left;
	text-align:right;
	width:270px;
	margin-left: 21px;
	margin-top:8px;
}
.youplay {
	float:left;
	text-align:left;
	width:270px;
	margin-left:109px;
	margin-top:8px;
}
img	{
border:0px;
}
#menu { 
	float:right;
	font-size: 11px;
	width:250px;
	margin:5px 0px 0px 0px;
}
#menu li a {
	height: 25px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 19px;
	text-decoration: none;
	border-bottom: 1px solid #AED3F4;
}	
#menu li a:link, #menu li a:visited {
	color: #FFF;
	text-align:right;
	padding: 7px 5px 0px 5px;
	display:block;
	border-bottom: 1px solid #AED3F4;
	text-decoration:none;
	font-weight: bold;
}
#menu li a:hover {
	background-color:#59A9E8;
	font-weight: bold;
	display:block;
	padding: 7px 5px 0px 5px;
	border-bottom: 1px solid #AED3F4;
}
.flag {
	float:right; 
	margin-right:10px;
}
.flag img{
	border: 1px solid #FFF; 
	margin-right:5px; 
	margin-bottom:5px;
}