@charset 'utf-8';
@import url(reset.css);
/* ----------------------------------------------------- Page layout */

body {
  background:url('img/bg.jpg') repeat-x #495c60;
  font-family: Share,"FranklinGothic-Book","Franklin Gothic Book","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,"Lucida Grande",Calibri,"Trebuchet MS",Verdana,sans-serif;
  font-weight:100;
  font-size:0.9em;
}

a { color:#00f; text-decoration:none; }
a:hover { color:#09f; }
a:active { color:#09f; position: relative; top: 1px; }
a[target="_blank"]:after { content:url(img/link.gif); border:0px; }

h1 {
	text-indent:-999px;
	background: url(img/header.png) no-repeat;
	width:828px;
	height:150px;
	position:absolute;
	left:50%;
	margin-left:-414px;
}
