@import url(reset.css);

body	 	{ background:url(../img/ui/body-bg.jpg) 0 0 repeat-x #000; font:62.5% "Helvetica Neue", Helvetica, Arial, sans-serif; color:#aaa; }

h1		{ margin-bottom:0.5em; font-size:4em; font-weight:bold; text-transform:uppercase; color:#fff; }
h2		{ margin-bottom:1em; font-size:2em; font-weight:bold; text-transform:uppercase; color:#fff; }

p		{ margin-bottom:1.25em; font-size:1.6em; line-height:1.35em; }
li		{ font-size:1.6em; }

a:link		{ color:#aaa; }
a:visited	{ color:#999; }
a:hover		{ color:#fff; }

#container	{ margin:4em auto; width:50em; }
#footer	p	{ font-size:1.1em; text-align:center; color:#555; }
#footer a	{ color:#555; }
#footer a:hover	{ color:#fff; }
.box		{ margin-bottom:2em; padding:4em; background:#000; background:rgba(0,0,0,0.3); -moz-border-radius:1em; -webkit-border-radius:1em; }
.links li	{ display:inline; padding-right:0.4em;  }

