* {
    margin: 0;
    padding:0;
}

body {
    background: url('/img/chin_background_1.jpg') fixed;
}

div#mainwrapper {
    width: 650px;
    margin: 0px auto;
    border-style: solid;
    border-width: 4px;
    background-color: white;
}

div#topright {
    
    position: relative;
    top: -145px;
    left: 493px;
    width: 135px;
    height: 25px;
    background-color: #f5c00a;
    text-decoration: none;
    text-align: center;
    font-family: arial;
    font-size: 12pt;  
}

div#topright a {
    color: black;
    background-color: #ffffff;
    text-decoration: none;
    border: 1px solid #000000;
    display: block; 
}

div#topright a:hover {
    background: #330000;
    text-decoration: underline;
    color: #ffffff;
}

div#rabbit {
    position: relative;
    top: -148px;
    left: 485px;
}

div#navbar {
    position: relative;
    top: -85px;
    left: 0px;
}

div#introtext {
    text-align: center;
    font-size: 13pt;
    font-weight: bold;
    font-family: "book antiqua";
    width: 600px;
    position: relative;
    top: -75px;
    left: 25px;
}

div.product {
    width: 33%;
    float: left;
    height: 185px;
}

div#leftalign {
    margin-left:60px;
}

.clearboth {
    clear: both;
}


div#footer {
    clear: both;
    height: 100px;
    margin-top: 15px;
}


div#chinfooterleft {
    width: 49%;
    float: left;
}

div#chinfooterright {
    width: 49%;
    float: right;
}

div#chinfooterright img {
    float: right;
}

div#chincat { 
    width: 135px;
    height: 25px;
    background-color: #f5c00a;
    text-decoration: none;
    text-align: center;
    font-family: arial;
    font-size: 12pt;  
}

div#chincat a {
    color: black;
    background-color: #f5c00a;
    text-decoration: none;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    display: block;
    
}

div#chincat a:hover {
    background: #330000;
    text-decoration: underline;
    color: #ffffff;
}

div#footertext {
    text-align: center;
}

div#links {
    text-decoration: none;
    font-family: arial;
    font-size: 12pt;
}

div#links a {
    color: #f5c00a;
    text-decoration: none;
}

div#links a:hover {
    color: *f5c00a;
    text-decoration: underline;
}

div#linkwords {
    text-align: center;
    font-size: 13pt;
    font-weight: bold;
    font-family: "book antiqua";
    width: 600px;
    position: relative;
    top: -15px;
    left: 25px;
}