  
  /* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-family: Arial,"Times New Roman",helvetica,"Verdana",Georgia,Serif,"Trebuschet MS", "Comic Sans MS", "Impact", "Courier New", "Andale Mono","Lucida Grande", "Lucida Sans Unicode", Helvetica;
    
}


html    {overflow: scroll;}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.floatleft  {float: left;}
.floatright {float: right;}
.clear      {clear: both;}
.wrapper    {width: 960px;}

.img, a img {border: none;}

  
  
  /*own css*/
 body {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: black;
    background: white;
    text-align: center;
  }
  
  a {
    color: #8E3A38;
    text-decoration: underline;
  }
    
  a:hover {
    background: #FFFDBA;
    color: black;
  }
  
  h1, h2 {
    margin: 0;
    padding: 0;
    font-weight: bolder;
  }
  
  h1 {
    color: #11278F;
    font-size: 30px;
    text-align: center;
  }
  
  h2 {
    font-size: 13px;
    text-align: center;
    color: #4154AF;
  }

  
acronym {
    cursor: help;
    border-bottom: 1px dotted #666;
  }
  
  #card {
    margin: 15% auto 10px auto;
    border: 1px solid #999;
    padding: 10px;
    width: 400px;
    background: #DFDFDF;
    text-align: left;
    -moz-border-radius : 10px;
    -webkit-border-radius: 10px;
  }
  
  #about {
    margin: 10px;
    line-height: 140%;
    text-align: center;
  }

  #left {
    float: left;
    width: 180px;
  }

  #right {
    margin-left: 180px;
  }

  #icq, #msn, #blog, #activeCollab {
    margin-top: 3px;
  }

  #footer {
    padding-top: 15px;
    clear: both;
    text-align: center;
  }

#picture img{
    position: absolute;
    margin-left: 345px;
    margin-top: -48px;
}
 



