            .clearfix:after {
	            content: ".";
	            display: block;
	            clear: both;
	            visibility: hidden;
	            line-height: 0;
	            height: 0;
            }
 
            .clearfix {
	            display: inline-block;
            }
 
            html[xmlns] .clearfix {
	            display: block;
            }
 
            * html .clearfix {
	            height: 1%;
            }
            
            body { }
            #content { margin: 10px 10px; }
            #titleWrapper { margin-bottom: 10px; }
            #widget { float:left; margin-right: 10px; }
            #title {  margin: 0; }
   html, body 
    {
    	background-color:#888;
        margin: 0px;
        font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
        padding: 0px;
        background-image: url(http://emo.funpokesinc.com/Content/background.jpg);
        background-repeat: repeat;
        background-position: center;
    }
    
    .img-roundercorners
    {
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px; /* future proofing */
        -khtml-border-radius: 10px; /* for old Konqueror browsers */
    }
    .comment-roundercorners
    {
        -moz-border-radius-topleft: 0;
        -moz-border-radius-topright: 10px;
        -moz-border-radius-bottomright: 10px;
        -moz-border-radius-bottomleft: 0;

        -webkit-border-top-left-radius: 0;
        -webkit-border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 0;
    }   
    
.button {
    padding: 5px 10px;
    display: inline;
    border: none;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-shadow: 1px 1px #666;
    text-decoration:none;
    }
.button:hover {
    background-position: 0 -48px;
    background-color:#ccc;
    color:#444;
    text-shadow: 0px 0px #666;
    }
.button:active {
    background-position: 0 top;
    position: relative;
    top: 1px;
    padding: 6px 10px 4px;
    }