* {
	margin: 0;
	padding: 0;
	border: 0;	
}		

html {
	font: 12px/18px Helvetica, "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; 
	/*background:url('bg.png');	*/
	/*background:url('bg_invert.png');*/	
	/*background:url('chesterfield.png');*/		
}

body {
	/*background:-moz-radial-gradient(center 45deg, circle closest-side, rgba(211, 58, 16,0.2) , rgba(0, 22, 255,0.5)200% );
	background:-webkit-gradient(radial, 45% 45%, 850, 60% 60%, 50, from(rgba(0,22,255,0.5)), to(rgba(211,58,16,0.2)));	*/	
	overflow-x:hidden;	
	background:#208DAF;
}

html, body {
	height: 100%;
}

@font-face {
	font-family: 'Museo300Regular';
	src: url('Museo300-Regular.eot');
	src: local('Museo 300 Regular'), local('Museo-300'), url('Museo300-Regular.woff') format('woff'), url('Museo300-Regular.otf') format('opentype'), url('Museo300-Regular.svg#Museo-300') format('svg');
}

#bird {
	background-color: transparent;
	background-image: url("animation1.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0pt 0pt;
	position: absolute;
	bottom: 55px;
	left: 465px;
	width: 173px;
	height: 124px;
	z-index: 2000;
	overflow:hidden;
}

/* Hover over rel="tipsy" */
.tipsy { padding: 3px; font-size: 10px; opacity: 0.9; filter: alpha(opacity=90); background-repeat: no-repeat;  background-image: url(tipsy/tipsy.gif);  margin-top:5px;}
.tipsy-inner { padding: 1px 5px 1px 5px; background-color:  white; color: black; max-width: 200px; text-align: center; }
.tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-north { background-position: top center;}
.tipsy-south { background-position: bottom center; }
.tipsy-east { background-position: right center; }
.tipsy-west { background-position: left center; }



.sitetitle {
	font-family: 'Museo300Regular',Arial,sans-serif;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	letter-spacing: 0pt;

	margin-left:5px;
	font-size:30px;	
	text-shadow: #ffffff;
}






