body {
    background-image: url(http://omnomcat.com/52.png);
    background-color: #ccccccc;
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-position:center;
    background-position:top;
    
}
img.ocat {
    
    left: 300px;
    top: 0px;
    z-index: 1;
    height:80px;
    width:80px;
}
.menu{
    top:60px;
    margin-left: auto;
    margin-right: auto;
    
    width: 800px;
    background-color: #b0e0e6;
    border-top: 3px solid #3D3833;
    border-bottom: 1.5px solid #3D3833;
}
ul { 
    list-style-type: none;
    padding: 0;
    overflow: hidden;

}

li {
    float:left;
    
}

a:link, a:visited {
    display: block;
    width: 192px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #A1988F;
    text-align: center;
    padding: 4px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Courier New";
    font-size: 20px;

}

a:hover, a:active {
    background-color: #3D3833;
}

p {
    font-family: "Courier New";
    font-size: 20px;
    text-indent: 50px;
}
div.vid {
	height:450px;
	width:800px;
	background-color:#3D3833;
	border-top:3px solid #b0e0e6;
	border-bottom:3px solid #b0e0e6;
	margin: auto;
}
div.cont {
	width:800px;
	background-color:#3D3833;
	border-top:3px solid #b0e0e6;
	border-bottom:3px solid #b0e0e6;
	margin: auto;
}
div.bod {
    margin: auto;
    width: 800px;
    height: 1000px;
    background-color: #A1988F;
    border-top: 3px solid #3D3833;
    border-bottom: 3px solid #3D3833;;
    opacity:0.90;
}
div.hed {
     margin: auto;
     width: 80px;
     height: 66px;
     
}
table.pito {
     border: 0;
     cellpadding: 18;
}