html,
body {
  min-width:300px;
  height: 100%;
  font-family: "Lucida Grande", Verdana, Arial, sans-serif;
  font-size:12px;
  background:#fff;
}

.nobox{
width: 620px;
height: 250px;
background:#fff url(../img/404.png) no-repeat right center;
position: absolute;
top:0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}


.nobox h4{color:#666;font-weight:normal;margin-top:20px;}
.nobox p{margin-top:50px;}
.nobox p span{color:#ccc;}