/*
Theme Name: JazzCorner.com holding page
Theme URI: http://jazzcorner.com
Description: Holding page for <a href="http://jazzcorner.com">JazzCorner.com</a>
Version: 1.0
Author: Bryan Davis
Author URI: http://jazzcorner.com/
Tags: black, logo

*/
body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	color: #fff;
	text-align: center;
}
div#wrap {
	width: 100%;
	height: 100%;
	display: block;
}
h1#jazzcorner {
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 45%;
	color: #ccc; 
	font-size: 24px;
	font-family: arial, helvetica, sans-serif;
}
a {
	color: #b05504;
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: underline;
}
h1 a.jc {
	font-size: 12px;
	color: #ffffff;
}
span.jazz {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 26px;
}
span.corner {
	color: #b05504;
	text-transform: uppercase;
	font-size: 26px;
}