/* CSS Document */
* {
	padding: 0;
	margin: 0;	
	}
	
body {
	width:100%;
	background: #000000;
	background-image: url(../gfx/bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	font-family:Arial, Helvetica, sans-serif;
}

#icons {

	width: 310px;
	margin: 0 auto auto auto;
	margin-top: 666px;
 	/*margin-left: 115px;*/
	
}

#social {
	width: 594px;
	margin: 0 auto;
	margin-top: -700px;
	/*margin-left: 350px;*/
	}

#twitter {
	display: block;
	position: relative;
	margin-top: 120px;
	}

#facebook {
	display: block;
	position: relative;
	margin-left: 300px;
	margin-top: -290px;
	}

a.facebook {
	display: block;
	width: 32px;
	height: 32px;
	background: url(http://alsirat.net/si/bw/facebook.gif);
	background-repeat: no-repeat;
	position: relative;
	text-indent: -9000px;
	z-index: 1;
	outline: none;
	}

a:hover.facebook {
	background: url(http://alsirat.net/si/color/facebook.gif);
	}

a.myspace {
	display: block;
	width: 32px;
	height: 32px;
	background: url(http://alsirat.net/si/bw/myspace.gif);
	background-repeat: no-repeat;
	position: relative;
	text-indent: -9000px;
	z-index: 1;
	outline: none;
	margin-left: 34px;
	margin-top: -32px;
	}

a:hover.myspace {
	background: url(http://alsirat.net/si/color/myspace.gif);
	}

a.reverbnation {
	display: block;
	width: 32px;
	height: 32px;
	background: url(http://alsirat.net/si/bw/reverbnation.gif);
	background-repeat: no-repeat;
	position: relative;
	text-indent: -9000px;
	z-index: 1;
	outline: none;
	margin-left: 68px;
	margin-top: -32px;
	}

a:hover.reverbnation {
	background: url(http://alsirat.net/si/color/reverbnation.gif);
	}

a.twitter {
	display: block;
	width: 32px;
	height: 32px;
	background: url(http://alsirat.net/si/bw/tweeter.gif);
	background-repeat: no-repeat;
	position: relative;
	text-indent: -9000px;
	z-index: 1;
	outline: none;
	margin-left: 102px;
	margin-top: -32px;
	}

a:hover.twitter {
	background: url(http://alsirat.net/si/color/tweeter.gif);
	}

a.youtube {
	display: block;
	width: 32px;
	height: 32px;
	background: url(http://alsirat.net/si/bw/youtube.gif);
	background-repeat: no-repeat;
	position: relative;
	text-indent: -9000px;
	z-index: 1;
	outline: none;
	margin-left: 136px;
	margin-top: -32px;
	}

a:hover.youtube {
	background: url(http://alsirat.net/si/color/youtube.gif);
	}

a.bebo {
	display: block;
	width: 32px;
	height: 32px;
	background: url(http://alsirat.net/si/bw/bebo.gif);
	background-repeat: no-repeat;
	position: relative;
	text-indent: -9000px;
	z-index: 1;
	outline: none;
	margin-left: 170px;
	margin-top: -32px;
	}

a:hover.bebo {
	background: url(http://alsirat.net/si/color/bebo.gif);
	}


a.google {
	display: block;
	width: 32px;
	height: 32px;
	background: url(http://alsirat.net/si/bw/google.gif);
	background-repeat: no-repeat;
	position: relative;
	text-indent: -9000px;
	z-index: 1;
	outline: none;
	margin-left: 204px;
	margin-top: -32px;
	}

a:hover.google {
	background: url(http://alsirat.net/si/color/google.gif);
	}

a.lastfm {
	display: block;
	width: 32px;
	height: 32px;
	background: url(http://alsirat.net/si/bw/lastfm.gif);
	background-repeat: no-repeat;
	position: relative;
	text-indent: -9000px;
	z-index: 1;
	outline: none;
	margin-left: 238px;
	margin-top: -32px;
	}

a:hover.lastfm {
	background: url(http://alsirat.net/si/color/lastfm.gif);
	}

a.yahoo {
	display: block;
	width: 32px;
	height: 32px;
	background: url(http://alsirat.net/si/bw/yahoo.gif);
	background-repeat: no-repeat;
	position: relative;
	text-indent: -9000px;
	z-index: 1;
	outline: none;
	margin-left: 272px;
	margin-top: -32px;
	}

a:hover.yahoo {
	background: url(http://alsirat.net/si/color/yahoo.gif);
	}

.CollapsiblePanel {
	margin: 0px;
	width: 592px;
	padding: 0px;
	border: none;
}


.CollapsiblePanelTab {
	font: bold 0.7em sans-serif;
	color: #a5a5a5;
	text-align:center;
	background-color: #333;
	/* [disabled]border-bottom: solid 1px #CCC; */
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}


.CollapsiblePanelContent {
	margin: 0px;
	padding: 0px;
}

.CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
}

.CollapsiblePanelOpen .CollapsiblePanelTab {
	background-color: #edeff4;
}

.CollapsiblePanelClosed .CollapsiblePanelTab {
}

.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color: #edeff4;;
}

.CollapsiblePanelFocused .CollapsiblePanelTab {
}

