html, body{ 
	margin: 0; 
	padding: 0; 
	outline: 0; 
	width: 100%;
	}
body{ 
	background: #000; /*url(images/background.gif) repeat center top;*/
	text-align: center;
	padding: 50px 0 30px;
	border-top: 10px solid #4c4d4f;
	color: #fff !important;
	border:none !important;
	}
* html body{ height: 1%;}
a { color: #ffffbf; text-decoration:none; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; }
a:hover { color: #ccc; text-decoration: none; }
.staytuned{
	font-family: "Myriad Pro";
	color: #fff;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;

	width: 396px;
	
	margin: 0 auto 44px;
	
	}
	
	.staytuned img{
		border:none !important;
	
	margin-top: 2px;
	}
	
	
div.contact-link{ border:0 none; text-decoration:none;}	
.logo img{
	margin-top: -32px;
	margin-bottom: 12px;
	border: thin solid #FFF;
	}


@media only screen 
and (max-width: 470px) 
and (max-width: 320px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 1)
{
	.logo img{
		width: 80% !important;
		height: auto !important;
	
		}
		
		.staytuned{	width: auto; margin: 0 auto 12px;	}
	
	}
	
	
	@media only screen 
and (max-width: 470px) 
and (max-width: 320px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 1)
{
	.logo img{
		width: auto !important;
		height: auto !important;
	
		}
		
		.staytuned{	width: auto; margin: 0 auto 12px;	}
	
	}
