body {
 	background-color: #006d02;
    background-image: url("../images/bcg.png");
    background-repeat: repeat-x;
    margin: 0px;
	}
    
#frame {
	clear: both;
	position: relative;
    width: 470px;
    height: 355px;
	clear: left;
    top: -815px;
    left: 355px;
    overflow: auto;
    }
    
p {
	display: block;
	margin: 2px;
	line-height: 140%; 
    font-family: sans-serif;
    font-size: 10pt;
    white-space: normal;
    }

h1 { 
	display: inline;
	text-align: center;
	font-family: sans-serif;
    font-size: 14pt; 
	font-weight: bold;     
    }
	
h1.dogname {
	margin-top: -5px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
    
h2 { 
	text-align: center;
	font-family: sans-serif;
    font-size: 11pt; 
	font-weight: bold;     
    }    

#counter {
	display: inline;
	position: absolute;
	top: 320px;
	left: 48%;
    font-family: sans-serif;
    font-size: 10pt;
}
    
.link {
    color: #8E2800;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
    }
.blink {
    color: #8E2800;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: blink;
	}
    
a  {
    color: #8E2800;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
    }

#justify {
	text-align: justify;
}

.centerimg {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
