#main {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF none repeat scroll 0 0;
margin:0 20px 20px;
}
#main h1 {
margin-top:20px;
padding:0;
}
#main h2 {
text-align:left;
}
#header {
background-color:#EEEEEE;
font-size:small;
font-weight:normal;
margin:0;
padding:10px;
}

pre {
overflow:visible;
text-align:left;
}
code {
background-color:#FFFFCC;
}
pre code {
background-color:#EEEEEE;
}
.pics {
height:232px;
margin:0;
overflow:hidden;
padding:0;
width:232px;
}
.pics img {
background-color:#EEEEEE;
border:1px solid #CCCCCC;
left:0;
padding:15px;
top:0;
width:200px;
}
.pics img {
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
}

