html,body {
	background-image: url(../images/Bg_tiled.jpg);
	background-color: #075F2D;
	height: 100%;
	margin: 0;
	padding: 0;
}

h2 {
	color:#999;
	font-size:26px;
}

p {
	color:#333;
	font-size:15px;
	text-align: justify;
	padding: 0 32px;
}

img {
	border:0;
}

*{font-family: 'Trebuchet MS', Tahoma, sans-serif;}

#makeItFunky {
	vertical-align: middle;
	height: 100%;
	width: 100%;
	padding: 8px;
	border: 0;
}

#makeItFunky  {
	text-align: center;
	background-image: url(../images/centralShadow.png);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center center;
}

#gimmeTheFunk {
	margin: auto;
	width:454px;
	height:100%;
	background-color: #fff;
	border: 1px solid #232323;
}

#flags{
	font-size: 10px;
	white-space: nowrap;
	margin-left: 25px;
	margin-top:9px;
	margin-bottom:3px;
	text-align:left;		width:100px;	
}
#flags img {
	width:21px; height:13px;
	margin: 0 1px -3px 6px;
}

#flags a {
	color:#666;
	text-decoration:none;
}

#flags a:hover {
	text-decoration:underline;
}

#playButton {
	margin-top:15px;
}

#playlistTitle {
	text-align:left;
	margin-left:31px;
	margin-top:15px;
	font-size: 20px;
	color:#999;
}

#nowPlayingiFrame {
	border: 0;
	width:392px;
	height:100px;
	background-color:#FFFFFF;
}

#LsBtns img {
	margin:10px 10px 0 10px;
}

#FmLinks a {
	line-height:12px;
	font-size: 12px;
	color:#666;
	margin:0 15px  5px 15px;
}

#cutAndPastCode {
	background-color:#fff;
	height:200px;
	width:392px;
}
