@charset "utf-8";
*{ margin: 0px; padding: 0px;}
body{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
	color:#878787;
	background-color: black;
	
}
h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #454441;
	font-weight: normal;
}
h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #492d25;
	font-weight:bold;
	padding: 0px;
}
a{
	color: #24afe3;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a {
   outline: none;
}
img {border: none;}
.clear{ clear: both; height: 0px; overflow: hidden;}
ul{list-style: none;}
.logo{
	text-align: center;
	background-color: black;
	border-bottom: solid 1px #1e1e1e;
}
.info{
	text-align: center;
	border-bottom: solid 1px #1e1e1e;
	line-height: 40px;
	font-size: 11px;
	font-family: Georgia, Arial, Times;
	font-style: italic;
	color: #9c9c9c;
}
.info .right{
	margin-left: 750px;
	padding-right:15px;
	background-repeat: no-repeat;  
	background-image: url(images/twitter.jpg); 
	padding-left: 23px;
}
#content {
	width: 1000px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#content a img{
	margin: 0px;
	padding: 0px;
	float: left;
}
#content .south{
	opacity:0.5;
	filter:alpha(opacity=50)
}
	



.tipsy { 
	padding: 5px; 
	font-size: 12px; 
	opacity: 1; 
	filter: alpha(opacity=100); 
	background-repeat: no-repeat;  
	background-image: url(images/tipsy.gif);
	background-position: bottom;
}

.tipsy-inner { 
  	padding: 15px 10px 18px 10px; 
  	background-color: #000; 
  	color: #fff; 

  	text-align: center;
}

.tipsy-inner { 
	-moz-border-radius:4px; 
	-webkit-border-radius:4px;
}

