

@import "lib/reset.css";
@import "lib/typography.css";



/* Page
-------------------------------------------------------------- */

#page { margin: 0 auto; width: 950px; }


/* Header
-------------------------------------------------------------- */

#header { margin-top: 20px; }


/* Body
-------------------------------------------------------------- */

body{
	background: #161613;
	color: #eee;

	}


#body { margin-top: 20px; }

#description { float: left; width: 480px; margin-right: 130px; }

#downloads { float: left; width: 230px; }

.download a {
	color:#eee;
	text-decoration: underline;
	
}

.download .ikoni {
	margin-right:0.5em;
}


