body, html, ul, li, p, h1, h2, h3 { padding: 0; margin: 0;}

html {
  height: 98.5%;
}
body {
  color: #fff;
  font-size: 12pt;
  height: 100%;
  background: #282828 url(images/background.png) repeat bottom right;
}
.bl {
  background: #282828 url(images/bottom_left.png) no-repeat bottom left;
  position: absolute;
  bottom: 1em;
  left: 1px;
  height: 528px;
  width: 504px;
}
#center {
  z-index: 9999;
  border: 1px solid #444;
  background-color: #000;
  padding-top: 1.5em;
  padding-left: 2em;
  
  height: 525px;
  left: 50%;
  margin: -280px 0 0 -320px;
  position:absolute;
  top: 50%;
  width:620px;
}
.name {
  font-size: 45pt;
  font-weight: 400;
  text-transform: capitalize;
  font-family: Georgia,"Times New Roman",serif;
}
hr {
  margin: 5px 0 18px;
  height: 0;
  clear: both;
  border-top: 1px solid #282828;
  border-bottom: 1px solid #383838;
  width: 92%;
}
em {
  letter-spacing: .1em;
}
strong {
  font-family: "Hoefler Text", "Palatino Linotype", Georgia,"Times New Roman",serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 12pt;
  color :#2393C0;
}
a {
  color: #FFF;
  text-decoration: none;
}

.networks {
  margin-top: 2em;
  display: block;
}

.iconify {
  font-family: "Lucida Grande", "Helvetica Neue",Helvetica,sans-serif;
  height: 34px;
  font-size: 11pt;
  line-height: 12pt;
  margin-bottom: 1.5em !important;
}

#gtalk {
  float: left;
  background: transparent url(icons/gtalk_32.png) no-repeat top left;
  padding: 1.5px 0px 0px 40px;
}

#msn {
  float: left;
  position: relative;
  left: 66px;
  background: transparent url(icons/msn_32.png) no-repeat top left;
  padding: 1.5px 0px 0px 40px;
}

#facebook {
  float: left;
  background: transparent url(icons/facebook_32.png) no-repeat center left;
  padding: 1.5px 0px 0px 40px;
}

#skype {
  float: left;
  position: relative;
  left: 52px;
  background: transparent url(icons/skype_32.png) no-repeat top left;
  padding: 1.5px 0px 0px 40px;
}

#twitter {
  float: left;
  background: transparent url(icons/twitter_32.png) no-repeat top left;
  padding: 1.5px 0px 0px 40px;
}

#friendfeed {
  float: left;
  position: relative;
  left: 70px;
  background: transparent url(icons/friendfeed_32.png) no-repeat top left;
  padding: 1.5px 0px 0px 40px;
}

#content {
  font-family: "Myriad Pro", Myriad, "Helvetica Neue",Helvetica,sans-serif;
  font-size: 16px;
  margin: 1em 0 0em 0;
}
#center p {
  margin: 0.8em 0em 1.5em 0em !important;
}

#websites {
  line-height: 12pt;
  position: relative;
  top: -0.7em;
  left: 1.5em;
}

#websites li {
  margin-top: 0.8em;
}

#websites li a {
  border-bottom: 1px dotted #666;
}
.sn_url {
  color: #444;
  font-size: 8pt;
}
