body {
	background: #000;
	color: #ddd;
	font-family: Lucida Grande, Arial, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0 0 30px 0;
	}

html {
	margin: 0;
	padding: 0;
	}

a, a:link, a:visited, a:active {
	color: #f35;
	}

a:hover {
	background: #fff;
	color: #000;
	text-decoration: none;
	}

div#now {
	text-align: center;
	background: #111;
	border-bottom: 1px solid #1c1c1c;
	margin: 0 auto;
	padding: 10px 0;
	}

h1 {
	text-align: center;
	background: #000 url(http://markjaquith.com/images/title.gif) no-repeat 50% 0;
	height: 0;
	padding-top: 98px;
	width: 487px;
	margin: 50px auto 30px auto;
	overflow: hidden;
	}

h2 {
	text-align: center;
	}

ul h2 {
	text-align: left;
	font-size: 16px;
	}

ul {
	width: 310px;
	margin: 0 auto 30px auto;
	}

ul#main-menu li {
	width: 260px;
	/* height: 100px; */
	text-indent: -9000px;
	list-style: none;
	margin-bottom: 20px;
	}

ul#main-menu li ul {
	margin-top: 50px;
	}

ul#main-menu li li {
	width: auto;
	height: auto;
	text-indent: 0;
	list-style: square;
	margin-bottom: 0;
	}

li#work {
	background: #000 url(http://markjaquith.com/images/work.png) no-repeat 0 0;
	}

li#play {
	background: #000 url(http://markjaquith.com/images/play.png) no-repeat 0 0;
	}

li#code {
	background: #000 url(http://markjaquith.com/images/code.png) no-repeat 0 0;
	}

p {
	margin: 10px auto;
	width: 500px;
	}