@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color:#FFF;
	font: 12px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#wrapper {
	width:850px;
	margin:0 auto;
}
#theimage {
	background:#000000 url(images/RamadanisHere.jpg) no-repeat;
	min-height:650px;
	margin: 0px;
	border: 1px solid black;
}
#content {
	width:558px;
	margin-left: 173px;
	margin-top: 192px;
}

*html #content { 
	padding-left: 173px;
	padding-top: 192px;
} 

*html #menu {
	height:68px;
}

#menu a {
	display: block;
	height:68px;
	float:left;

}

#menu a:hover {
	background-image:url(images/menu_slice.jpg);
	background-repeat:no-repeat;

	
}

#menu a#about {
	width:95px;
}

#menu a#thevideo {
	width:120px;
	background-position:  -95px 0;
}



#menu a#thesong {
	width:140px;
	background-position:  -215px 0;
}

#menu a#lyrics {
	width:110px;
	background-position:  -355px 0;
}

#menu a#more {
	width:90px;
	background-position:  -465px 0;
}


#content #text {
	clear:both;
	padding-top:7px;
}

a {
	color:#0CF;	
	text-decoration:none;
}

a:hover {
	color:#0CF;	
	text-decoration:underline;
}

#footer {
	margin-left:320px;
	height:75px;
}

#footer a.biglink {
	
	font-size:2.2em;
	text-transform:uppercase;
}

#footer a.biglink:hover {
	text-decoration:underline;
}

#footer a {
color:#0CF;

}
.smalltext {
	font-size:.95em;	
	color: #66C
}

h1 {
font-size: 1.3em	
}