@charset "UTF-8";
/* CSS Document */

the_logo
{
	text-align: center;
	vertical-align: 0%;
	height: 200px;
	width: 200px;
	position: static;
	z-index: +3;
	color: #FFF;
	top: 0px;
}

#the_actual_logo  
{
	position:absolute;
	color: #FFF;
	height: 200px;
	width: 200px;
	overflow: hidden;
	font-size: 12px;
	padding: 0px;
	z-index: +3;
	bottom: 30px;
	text-align: center;
	right: auto;
	margin: auto;
}  

#the_logo_layer  
{
	transform: rotate(-15deg);
	-ms-transform: rotate(-15deg); /* IE 9 */
	-webkit-transform: rotate(-15deg); /* Safari and Chrome */
	-o-transform: rotate(-15deg); /* Opera */
	-moz-transform: rotate(-15deg); /* Firefox */
	position:absolute;
	height: 60px;
	width: 280px;
	overflow: hidden;
	font-size: 22px;
	z-index: +2;
	text-align: center;
	right: auto;
	margin: auto;
	top: 69px;
	left: -48px;
	background-color: #000;
	color: #FFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
/*	-webkit-border-radius: 60px 60px 60px 60px;
	-moz-border-radius: 60px 60px 60px 60px;
	border-radius: 60px 60px 60px 60px;		*/
	box-shadow: 6px 6px 3px #333;
}  

#the_logo_layer a
{
	color: #F00;
}

#the_logo_layer a:hover
{
	color: #FFF;
}
