@charset "utf-8";

/* In fact it's the greatest day of my life */

@import url('http://yui.yahooapis.com/2.6.0/build/reset/reset-min.css');

body,html{
	font-family: Arial;
}

body,html,#ice ul li a{
	background-color:#4DE717;
	color:#4DE717;
}

h1,h1 a{
  background-image:url(/resources/image/ab.png);
  width:160px;height:160px;
  display:block
}
h1 span{display:none}

#ice{margin: 40px 60px 100px;width:400px;float:left}
#ice ul{margin:30px 0}
#ice ul li{display:block;float:left;margin:0 6px 6px 0}
#footer, #ice ul li a:hover{color:#fff}

#ice ul li a{display:block;float:left;background-color:#000;text-decoration:none;padding:3px 8px 2px 6px;font-weight:600}

#ice .tweet{margin-top:30px;clear:both;display:block;float:left;text-decoration:none;font-weight:600}
#ice .tweet p{background-color:#000;padding:3px 0 2px;display:inline;line-height:1.5em}

strong{font-weight:600}
p{padding-bottom:5px}

#footer {
    background-image:url(/resources/image/footer.png);
    padding: 16px 120px 12px;
    font-size: 0.8em;
    border-bottom: #666 solid 1px;
    clear:both
}
pre {color:#000}