@charset "utf-8";
html, body{
	margin:0;
	padding:0;
}
#bg1{
	position:fixed;
	top:0;
	width:100%;
	height:100%;
	background:#111;
	background:-moz-linear-gradient(top, #333333 0%, #111111 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#333), color-stop(100%,#111));
	background:-webkit-linear-gradient(top, #333 0%,#111 100%);
	background:-o-linear-gradient(top, #333333 0%,#111111 100%);
	background:-ms-linear-gradient(top, #333333 0%,#111111 100%);
	background:linear-gradient(to bottom, #333333 0%,#111111 100%!importan);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#111111',GradientType=0 );
}
#bg2{
	position:fixed;
	top:0;
	width:100%;
	height:100%;
	background:url(/img/black_bg.png);
}

#wrapper{
	max-width:760px;
	min-width:320px;
	margin:0 auto;
	position:relative;
}
#content{
	position:relative;
}
#logo{
	text-align:center;
}
#sell{
	background: #fffe92;
	background: -moz-linear-gradient(top,  #fffe92 0%, #988644 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fffe92), color-stop(100%,#988644));
	background: -webkit-linear-gradient(top,  #fffe92 0%,#988644 100%);
	background: -o-linear-gradient(top,  #fffe92 0%,#988644 100%);
	background: -ms-linear-gradient(top,  #fffe92 0%,#988644 100%);
	background: linear-gradient(to bottom,  #fffe92 0%,#988644 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffe92', endColorstr='#988644',GradientType=0 );
	font-family: 'Roboto', sans-serif;
	text-align:center;
	-webkit-box-shadow:0 10px 10px -10px #111;
}
#sell_txt{
	padding:10px 0;
	font-size:28px;
	text-shadow:0 1px 0 #fff;
	color:#666;
	font-weight:500;
}
#sell a{
	font-family: 'Nothing You Could Do', cursive;
	text-decoration:none;
	color:#444;
	font-size:22px;
	font-weight:bold;
}
#sell a:hover{
	color: #EEE;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}
@media (min-width:600px){
	#logo{
		margin-top:200px;	
	}
	#sell{
		position:fixed;
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top:-30px;
		left:-130px;
		width:400px;
		height:200px;
	}
	#sell_txt{
		position:absolute;
		bottom:40px;
		left:95px;
		text-shadow:0px 0px 5px rgba(255,255,255,0.5);	
	}
	#contact_link{
		position:absolute;
		bottom:5px;
		left:105px;
		text-shadow:none;
	}
}
@media (max-width:599px){
	#logo{
		margin-top:100px;
	}
	#sell{
		position:relative;
		height:100px;
		width:100%;
	}
}
img{
	width:100%;
	max-width:449px;	
}