/* CSS Document for kitittto.com */
* {
  margin:0;
  padding:0;
  border:0;
}
* :focus { outline: 0; }
body {
  background:#0e0e0e;
  text-align:center;
  font-family:verdana;
}
a:link, a:visited, a:active {
  color: #202020;
  text-decoration: none;
}
a:hover {
  color: #ffffff;
  text-decoration: none;
}
#back-color{
  background:#99CCFF url(img/bg.png) repeat-x scroll 0 bottom;
  margin:80px 0;
  padding:10px 0;
  height:430px;
}
#wraper{
  margin:20px auto;
  width:780px;
}
#header{}
#hidden{display:none;}
#site-title{}
.site-name, .site-name a:link, .site-name a:visited, .site-name a:active{
  color:#702020;
}
.site-name a:hover {color:#660000;}
.site-slogan{font-family:fantasy;font-size:12pt;color:lightslateGray;}
#content{min-height:200px;}
.link{float:left;padding:10px;width:165px;}
#footer{
  border-top:1px solid;
  color:lightSlateGray;
  margin:0 auto;
  padding:10px 0 0;
  width:780px;
}
.copyright{font-family:tahoma;font-size:0.8em;}
.clearfix{clear:both;height:50px;}
