/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework
   [bjorkoy.com/blueprint]
   
   * Screen & Projection Styles *
      
   This is the main CSS-file for the framework.
   Include this in the <head> of every page. See the
   Readme file in this directory for further instructions.
   
-------------------------------------------------------------- */

@import "lib/reset.css";
@import "lib/typography.css";
@import "lib/links.css";
/* @import "lib/grid.css";



/* Center Fixed Pixel width layout */
html {
	text-align:center;
	border-top:#ff9900 solid 3px;
}

body {
	position:relative;
	width:1024px;
	margin:0 auto;
	text-align:center;
	
	background:#000;
}

.container {
	width:900px;
	margin:0 auto;
	padding:0;
	
} 


/* Uncomment the line below to see the grid and baseline. 
   (Assuming you've wrapped your columns in a container). */

/* .container { background: url(lib/img/grid.png); } */
/* .container { background: url(lib/img/baseline.png); } */

