﻿@media all and (min-width: 1920px){
	html{
		background: transparent url('background_big.jpg') center top no-repeat;
		background-attachment:fixed;
	}
}
@media all and (max-width: 1920px){
	html{
		background: transparent url('background_1920.jpg') center top no-repeat;
		background-attachment:fixed;
	}
}
@media all and (max-width: 1600px){
	html{
		background: transparent url('background_1600.jpg') center top no-repeat;
		background-attachment:fixed;
	}
}
@media all and (max-width: 1440px){
	html{
		background: transparent url('background_1440.jpg') center top no-repeat;
		background-attachment:fixed;
	}
}
@media all and (max-width: 1280px){
	html{
		background: transparent url('background_1300.jpg') center top no-repeat;
		background-attachment:fixed;
	}
}
@media all and (max-width: 1024px){
	html{
		background: transparent url('background_1024.jpg') center top no-repeat;
		background-attachment:fixed;
	}
}
@media all and (max-width: 720px){
	html{
		background: transparent url('background_720.jpg') center top no-repeat;
		background-attachment:fixed;
	}
}
@media all and (min-device-width: 320px) and (max-device-width: 480px) {
  html{
		background: transparent url('background_480.jpg') center top no-repeat;
		background-attachment:fixed;
	}
}
html{
	font-family: 'Anonymous Pro', sans-serif;
}
body{
	background: transparent url('mesh.png') fixed left top;
	padding: 0;
	margin: 0;
}
#hwduContainer{
	margin: 0 auto;
	width: 940px;
	height: 1%;
	overflow: hidden;
	margin-bottom: 80px;
	padding-top: 450px;
}
#hwduContainer img{
	width: 780px;
}
#hwduContainer h1{
	display: block;
	text-align: center;
	margin-bottom: 30px;
	padding: 10px 2px;
	background: #000;
	background: rgba(0,0,0, 0.5);
	color: #fff;
	font-size: 30px;
}
#imageContainer{
	display: none;
	width: 780px;
	margin-left: 60px;
	padding: 20px;
	background: #000;
	background: rgba(0,0,0, 0.5);
	margin-bottom: 50px;
}
#soundcloudContainer{
	padding: 20px;
	background: #000;
	background: rgba(0,0,0, 0.5);
	
}
#soundcloudContainer span{
	line-height: 1.5;
}
#footer{
width: 100%;
height: 159px;
color: #fff;
background: #000;
}
#footer div {
	width: 940px;
	margin: 0 auto;
	background: #000 url('logo.jpg') right 36px no-repeat;
	padding-top: 60px;
}
a{
	color: #fff;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
