html
{
    background: #000;
}

body
{
    background: #000;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-family: Helvetica, Sans-Serif;
}

h1
{
    background: transparent url(bitquabit-large.png) no-repeat;
    background-color: #fff;
    background-position: center center;
    width: 100%;
    height: 240px;
    text-indent: -9999px;
}

div#content 
{
	background-color: #fff;
	width: 100%;
	padding-top: 2em;
	padding-bottom: 2em;
	line-height: 1.75em;
	font-size: 1.25em;
}

div#content>p
{
	width: 600px;
	margin: auto;
	padding-top: 1em;
}

div#content>p:first-child
{
	text-indent: 0;
	padding-top: 0;
}

div#content>p>a
{
	font-weight: bold;
	text-decoration: none;
	color: rgb(183, 11, 11);
}

div#nav-sections
{
    text-align: center;
    border-top: 5px solid #b70b0b;
    height: 60px;
    background-color: #888888;
}

div#nav-sections ul
{
    height: 40px;
    width: 560px;
    position: relative;
    margin: auto;
}

div#nav-sections li>a
{
    display: block;
    position: absolute;
    margin-top: 10px;
    text-indent: -9999px;
    height: 40px;
    width: 185px;
    margin-right: 12px;
}

a#blog
{
    background: transparent url(blog.png) no-repeat;
    position: relative;
}

a#projects
{
    background: transparent url(projects.png) no-repeat;
    position: relative;
    left: 190px;
}

a#about
{
    background: transparent url(about.png) no-repeat;
    position: relative;
    left: 380px;
}

p#copyright
{
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding-top: 1.5em;
}

