* {
	/* [disabled]margin: 0; */
}

html, body {
	height: 100%;
}

html {
	/*	height: 101%;*/
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
}

body {
	margin: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	background-image: url(../images/headphones_bgnd.jpg);
	background-repeat: no-repeat;
	/* [disabled]background-size: contain; */
	background-color: #000000;
	background-position: left bottom;
	background-attachment: fixed;
	padding: 0px;
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
}

a:link {
	color: #0099FF;
	text-decoration:none;
}
a:visited {
	color: #0099FF;
	text-decoration:none;
}
a:hover {
	color: #0033FF;
	text-decoration:none;
}
a:active {
	text-decoration:none;
}


.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-right: auto;
	margin-bottom: -60px;
	margin-left: auto;
}



.main_layout {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	text-align: center;
}

.footer, .push {
	height: 60px;
	clear: both;
}
.footer {
	background-image: url(../images/dancers_row.png);
	background-repeat: repeat-x;
}

#img_link {
	border: 0;
	opacity: 0.4;
	filter: alpha(opacity=40);
	-webkit-transition: opacity 80ms linear;
	padding-right: 10px;
	padding-left: 10px;
}
#img_link:hover {
	border: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: opacity 80ms linear;
}
