/* CSS Document */

* { 
margin: 0; 
padding: 0;
border: 0;
}

a {	color:#b6bac0; text-decoration:none; }

a:hover	{ color:#ffffff; text-decoration:none; }

#body {
font-family: Helvetica Neue, Helvetica, Arial, Sans-Serif; 
color: #222;
font-size: 72px;
background-color:#000000;
height:100%;
}

#pos_fixedleft
{
position:fixed;
top:0px;
left:0px;
width: 543px;
height: 366px;
background-image:url(../images/Pushing01.jpg) no-repeat;
}

#pos_fixedright
{
position:fixed;
top:0px;
right:0px;
background-image:url(../images/Thought01.jpg) no-repeat;
}

#work
{
  display: block;
  width: 256px;
  height: 240px;
  background: url("images/work_btn_over.jpg") no-repeat 0 0;

}

#work:hover
{ 
  background-position: 0 0 0 -128px;
}

#work span
{
  display: none;
}

#header{
	margin: 0,0,0,0;	
}

#nav a {
color: #fff;
text-decoration: none;
font-size: 14px;
font-weight: bold;
margin-right: 10px;
padding-bottom: 1px;
}

#nav:hover a {
color:#bfb521;
}


#nav ul {
list-style: none;
line-height: 26px;
}

#nav li {
display: inline;
}

#nav li.work a { 
	color: #fff;
}

#nav li.work a:hover {
	color: #bfb521;
}

#nav li.blog a { 
	color: #fff;
}

#nav li.blog a:hover {
	color: #bfb521;
}

#nav li.contact a { 
	color: #fff;
}

#nav li.contact a:hover {
	color: #bfb521;
}