/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body
{
	font-family: 'Source Code Pro', Courier, monospace;
	color: white;
	font-size: 15px;
	line-height: 18px;
	background: url(images/bg1.jpg);
	background-position: center 0px;
}

a
{			
	color: white;
	text-decoration: underline;
}

#main
{

}

#main.boxed
{
	margin: 230px auto 0 auto;
	width: 640px;
	min-height: 200px;
	background: black;
}

h1
{
	letter-spacing: 12px;
	margin-bottom: 18px;
}
h2
{
	margin-bottom: 19px;
}

.box
{
	display: block;
	position: absolute;
	width: 100%;
	height: 200px;
}
.box div
{
	width: 160px;
	height: 160px;
	margin: 0px auto;			
	padding: 20px;
	background: black;
}
.box p
{
	margin-bottom: 1em;
}

#about
{
	top: 230px;			
}

#links
{
	top: 450px;	
}

#copyright
{
	margin-top: 2em;	
}
#footlinks
{
	margin-top: 5.5em;	
}

.subtle,
.subtle a
{
	color: rgba(255,255,255,.45);
}

/* Box */

.boxed div
{
	width: 600px;
	padding: 24px 0 20px 20px;
}

.boxed h1
{
	text-align: center;
	letter-spacing: 6px;
	margin-bottom: 18px;
}
.boxed h1 a
{
	display: inline-block;
	letter-spacing: normal;
	float: left;
}


.boxed p
{
	margin-bottom: 1.25em;
}
.boxed p:last-child
{
	margin-bottom: 0;
}

.boxed .screenshots img
{
	margin-right: 3px;
}
