* {
  margin:0;
  padding:0;
}

body {
  font-family:Helvetica, Arial, sans-serif;
  font-size:12px;
  background:#4e4d59;
}

#header {
  width:100%;
  height:97px;
  background:url(images/header_back.png) repeat-x;
  position:fixed !important;
  position:absolute;
  top:0;
  left:0;
  z-index:2;
}

#header h1 {
  padding:29px 0 0 29px;
}

#header h1 a {
  background:url(images/konami_code_sites.png) no-repeat;
  display:block;
  width:268px;
  height:19px;
}

#header h1 a span {display:none;}

a#follow_us {
  position:absolute;
  right:20px;
  top:26px;
  display:block;
  background:url(images/twitter.png) no-repeat 100% 0;
  height:23px;
  padding:6px 35px 0 0;
  text-align:right;
  font-style:italic;
  white-space:nowrap;
  text-shadow:#16161a 1px 1px 0;
  color:#ccccd9;
}

a#follow_us:hover {color:#fff;}

#global {
  padding:120px 30px 30px;
  position:relative;
  z-index:1;
}

#list {
  list-style-type:none;
}

#list li {
/*  clear:both;*/
}

#list li a {
  display:block;
  width:330px;
  height:150px;
  float:left;
  margin:3px 15px;
}

#list li a .left {
  display:block;
  float:left;
  width:62px;
  background:url(images/twitter/arrow_left.png) no-repeat 100% 10px;
  position:relative;
  z-index:2;
}

#list li a .left img {
  width:48px;
  height:48px;
  -webkit-box-shadow:#2a2a30 0 2px 4px;
}

#list li a .right {
  display:block;
  float:left;
  width:268px;
  background:#9290a6;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  -webkit-box-shadow:#2a2a30 0 2px 4px;
}

#list li a .name {
  padding:10px 5px 5px 7px;
  font-size:13px;
  color:#2a2a30;
  display:block;
  text-shadow:#bcb9d5 1px 1px 1px;
}

#list li a .text {
  padding:6px;
  font-size:12px;
  line-height:18px;
  color:#fff;
  display:block;
  background:#353440;
  margin:4px;
  font-style:normal;
  text-shadow:#000 0 1px 1px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
  #list li a .text {
    background:-webkit-gradient(linear, left top, left bottom, from(#41404b), color-stop(1, #32313c));;
  }
}

.spacer {clear:both;}

img {border:none;}

a {text-decoration:none;}
