@charset "utf-8";
/* CSS Document */


#main { background: #303030; margin: 0 20px 50px 20px }

#header { background-color: #303030; font-weight: normal; margin:0; padding:10px; font-size: small }

pre { text-align: left; overflow: visible }
code { background-color: #303030 }
pre code { background-color: #303030 }

.pics { height: 420px; width: 280px; padding:0; margin:0; overflow: hidden }
.pics img { height: 399px; width: 266px; padding: 3px; border: 1px solid #ccc; background-color: #eee; top:0; left:0 }
.pics img {
	-moz-border-radius: 3px; -webkit-border-radius: 3px;
}
