/*	ELEMENTS	*/
body {
	margin:0 auto;
	width:960px;
	height:768px;
	font-family:Arial, Helvetica, sans-serif;
}
h1 {
	text-indent:-9999px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position:center;
	background-image:url(../images/header.png);
	height:150px;
	margin:0 auto;
}
/*	IDS	*/
#wrapper {
	margin:0 auto;
	width:960px;
	height:100%;
}
#header {
	background-color:#200073;	
	height:320px;
	border-radius:5px;
	margin:0 auto;
	display:block;
	width:960px;
}
#top_header {
	display:block;
	margin-bottom:5px;
}
#left_header {
	display: inline;
	float:left;
	width: 57%;
	height:150px;
	margin-top: -25px; 
	margin-right:3%;
}
#logo {
	position:relative;
	top:0;
	left:0;
}

/*
.fb-like {
	margin-left:25px;
	margin-top:-50px;
}
.fb_login {
	background-image:url(../images/btns.png);
	cursor: pointer;
	background-position:0 0;
	width: 128px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;	
}
.fb-login-button {display:none;}*/
#right_header {
	display: inline;
	float:left;
	width: 40%;
	height:150px;
	margin-top: 35px auto;
	display:inline-block;
}
#header_btns_div {
	width:100%;
	text-align:center;
	margin:40px auto;
	display:inline-block;
}
#header_btns_div {
	vertical-align: center;
}
.header_btns {
	width:48%;
	text-align:center;
	display:inline-block;
	cursor: pointer;
}
.header_btns:hover {
	cursor: pointer;
}
#home {
	background-image:url(../images/btns.png);
	cursor: pointer;
	background-position:0 0;
	width: 128px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
}
#home:hover {
	background-image:url(../images/btns.png);
	cursor: pointer;
	background-position:0 -100px;
	width: 128px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
}
#request_song_btn {
	background-image:url(../images/btns.png);
	cursor: pointer;
	background-position:-128px 0;
	width: 128px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
}



/*	INDEX IDS	
#twoCol {
	width:100%;
	margin:auto;
	text-align:center;
}
#col1 {
	width:48%;
	display:inline-block;
	margin:auto;
}
#col2 {
	width:48%;
	display:inline-block;
	margin:auto;
}
.content_button {
	margin:auto;
	text-align:center;
}
.content_button p{
	margin:auto;
	text-align:center;
	font-size:2.5em;
	font-weight:bold;
}
.content_button img {
	margin:auto;
	text-align:center;
	width:93%;
	height:93%;
}
*/

/*	CLASSES		*/

.hidden {	
	display:none;
	margin:0;
}
.italic {
	font-style:italic;
}



