* {	margin: 0;	padding: 0;	line-height: 1.4; }
html, body {margin:0;padding:0;width:100%;height:100%; min-width: 1000px;}
img, div, input { behavior: url('iepngfix.htc') }
ul { list-style-type: none; margin: 0; padding: 0px;}
img { border: 0; }
h1,h2,h3,h4 {margin: 0; padding: 0;}
select, input, textarea {font-size: 100%;}
body {height: 100%; background: #fff;	background-attachment: fixed;	font-size: 62.5%;    line-height: 1.6em; font-family: Tahoma, sans-serif; color: #000; text-shadow: none;}


.sv {
  width: 864px;
  margin: 0 auto ;
  padding: 42px 0 130px 0;
}


#content {
  width: 1000px;
  margin: 0 auto;
}


/* портфолио */
.fol {
  float: left;
  margin: 0 0 0 78px;
}

.text-fol {
  position: absolute;margin: 247px 0 0 -115px; z-index: 5000;
    background: transparent url(i/text_fol.gif) 0 -36px no-repeat;
    height: 36px;
    width: 125px;

}
.text-fol:hover {
    background: transparent url(i/text_fol.gif) 0 0 no-repeat;
}



/* блог */
.blog {
  float: right;
  margin: 0 78px 0 0;
}



.text-blog {
    position: absolute;margin: 247px 0 0 -65px; z-index: 5000;
    background: transparent url(i/text_blog.gif) 0 -32px no-repeat;
    height: 32px;
    width: 60px;
}
.text-blog:hover {
    background: transparent url(i/text_blog.gif) 0 0 no-repeat;
}


/* сафари и хром */
/* Safari понимает обе, поэтому хак работает */
@media all and (-webkit-min-device-pixel-ratio:0) {
    body:first-of-type .text-fol { position: absolute; margin: 35px 0 0 230px;}
    body:first-of-type .text-blog { position: absolute; margin: 40px 0 0 290px;}
 }


