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

body {
  background-color: #dedcd9;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #c8c8c8;
}
#container {
  border:0px solid #333;
  background: url(images/bg-content.jpg) no-repeat;
  margin: auto;
  width: 940px;
  
}


#logo {padding: 38px 0 39px;}

#services {margin-left:60px;}
#services ul {list-style: none;}
#services ul li a {
	background-image: url("images/mnusprite.png");
	background-repeat: no-repeat;
	display:block; 
	width:320px; 
	height:60px; 
	text-indent: -10000px; 
	margin-bottom: 10px;
	outline: none;}
#menu1 { background-position: 0 0; }
#menu1:hover { background-position: -321px 0; }
#menu2 { background-position: 0 -70px; }
#menu2:hover { background-position: -321px -70px; }
#menu3 { background-position: 0 -140px; }
#menu3:hover { background-position: -321px -140px; }
#menu4 { background-position: 0 -210px; }
#menu4:hover { background-position: -321px -210px; }

#feedback {margin: 52px 0 0 401px; display: block; height:235px;}
#hire-me {margin-bottom: 5px;}
#feedback textarea {display: block; float:left; width: 380px; height: 70px; border:1px solid #c6bfb4; font-family:Arial, Helvetica, sans-serif; font-size:10pt;color:#bfbdbc;}
#feedback #buttn {display: block; width: 130px; height: 105px; background: url("images/mnusprite.png") no-repeat -2px -275px;cursor:pointer; position:relative; top:-30px; }
#feedback #buttn:hover {background:url("images/mnusprite.png") no-repeat -321px -279px;}