@charset "UTF-8";
/* 
David Navarro :: interactive art direction & concept design
*/
*{
	margin: 0;
	padding: 0;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#fff;
}
#logo{
	text-align: center; 
}
#menu{
    padding: 0;
    margin: 0;
	float:left;
	width:100%;
	height: 40px;
	border-top:1px dotted #000;
	overflow:hidden;
	position:relative;
}
#menu ul{
	clear:left;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	left:50%;
	text-align:center;
	
}
#menu ul li {
   display:block;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}

#menu li a {
	width: 204px;
	height: 38px;
	display: block;
	margin: 0;
	padding: 0px;
	overflow:hidden;
}
#menu_dn{
	padding: 0;
    margin: 0;
	float:left;
	width:100%;
	height: 40px;
	border-top:1px dotted #000;
	border-bottom:1px dotted #000;
	overflow:hidden;
	position:relative;
}
#menu_dn ul{
	clear:left;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	left:50%;
	text-align:center;
	
}
#menu_dn ul li {
   display:block;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}

#menu_dn li a {
	width: 204px;
	height: 38px;
	display: block;
	margin: 0;
	padding: 0px;
	overflow:hidden;
}
#menu #btn_work a {
	background: url(img/btn_work.png) no-repeat;
}

#menu #btn_twitter a {
	background: url(img/btn_twitter.png) no-repeat;
}

#menu #btn_linkedin a {
	background: url(img/btn_linkedin.png) no-repeat;
}

#menu_dn #btn_hello a {
	background: url(img/btn_hello.png) no-repeat;
}



