@charset "utf-8";

body 
{
	background: #000000;
	margin: 0; 
	padding: 0;
	text-align: center; /* centers the container in IE 5* browsers. */
	color: #FFFFFF;
}

#container 
{
	width: 960px; 
	background: #000000;
	margin: 0 auto; 
	text-align: left; /* overrides the text-align: center on the body element. */
}

#logo
{
  text-align: center;
  opacity: 0;
}

#logo.fade-in
{
  -webkit-transition: opacity 1s ease-in 2s;  
  -moz-transition: opacity 1s ease-in 2s;  
  -o-transition: opacity 1s ease-in 2s;  
  transition: opacity 1s ease-in 2s;  

  opacity: 1.0;
}

#blog-link
{
  position: absolute;
  top: 30px;
  left: 50px;
}

a img
{
	border: none;
}

a
{
  outline:0;
}

#go, #go a, h1
{
	color: #FFFFFF;
	text-align: center;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	font-size: 30px;
	text-decoration: none;
}

.banner 
{ 
  padding: 5px; 
}

.col1 
{
  float: left;
  clear: both;
}

#banners-link
{
  position: fixed;
  bottom: 2px;
  left: 2px;
}

#banners-link a
{
  font-family: Verdana, Tahoma, Geneva, sans-serif;
  text-decoration: none;
  color: #222222;
  font-size: 10px;
}

#banners-link a:hover
{
  color: #FFFFFF;
}




