html { border:0; }

body {
	margin:0px;
	padding: 0px;
	background: #000;
	color:#fff;
	border-top:5px solid #353535;
	border-bottom: 5px solid #353535;
}

#outercontainer {
	width:80% !important;
	
} 

h1#name {
	width:100%;
	background: url(../images/header_futura_iphone.png) top center no-repeat;
	margin:15px 0px 15px 0px;
	height:46px;
}

h1#projects {
	width:100%;
	background: url(../images/current_projects_header_iphone.png) top center no-repeat;
	margin:15px 0px 15px 0px;
	height:46px;
}

h1#articles {
	width:100%;
	background: url(../images/articles_header_iphone.png) top center no-repeat;
	margin:15px 0px 15px 0px;
	height:46px;
}

img#me {
	width:100%;
	margin-bottom: 15px;
}

div#image_fader {
	display:none;
}


p, ul#projects li {
	text-align: center;
	margin:0px 0px 30px 0px;
	color:#ffffff;
}

a, a:visited {
	color: #fff;
	background: #151515;
	padding: 0px 2px 0px 2px;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #aaa;
}

a:active {
	background: #151515;
	color:#000;
	text-decoration: none;
}
