body {
    background-image: url(images/star_pattern.svg);
    background-color: #E8EFFF; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #3A414C; 
    margin: 0;
    padding: 0;
    height: 100%;
}

a {
    color: #3A69A8; 
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #FF6699; 
    text-decoration: underline;
}

#wrapper {
    width: 800px;
    margin: 40px auto;
    background-color: #FFFFFF; 
    border: 1px solid #B4C8E4; 
    padding: 5px;
    position: relative; 
}

#header {
    width: 100%;
}

#header img {
    display: block;
}

#columns {
    width: 100%;
    background-color: #F7FBFF; 
    border-top: 1px solid #B4C8E4;
}

#sidebar {
    float: left;
    width: 180px;
    padding: 15px;
}

#main-content {
    float: right;
    width: 550px;
    padding: 15px;
    border-left: 1px dotted #D6E3F5; 
}

#footer {
    clear: both;
    text-align: center;
    padding: 10px;
    font-size: 10px;
    color: #99AABB; 
    border-top: 1px solid #B4C8E4;
}

h2 {
    font-size: 14px;
    color: #3A69A8; 
    border-bottom: 1px solid #D6E3F5;
    margin-top: 0;
}

#sidebar ul {
    margin: 0;
    padding: 0;
    list-style-image: url(images/bullet.png);
}

#sidebar ul li {
    margin-bottom: 15px;
}

#cat-image {
    position: absolute;
    width: 150px;
    top: -60px;
    right: -50px;
    z-index: 10;
}

* {
  cursor: url('cursors/shiny-star.ani'), url('cursors/shiny-star.png'), auto !important;
}

html {
  height: 100%;
}
