
body {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    background-image: url(img/bg.png);
    margin-top: 30px;
}

body.page {
    background-image: none;
    font-size: 11px;
    text-align:left;
    color: #333;
    line-height: 1.2rem;
    background-color: #FFF;
    padding: 20px;
    margin: 0;
}

section {
    width: 400px;
    margin: auto;
    padding-top: 80px;
    text-align: center;
}
article {
    background-color: #FFF;
    width: 410px;
    float: left;
    border-radius: 5px;
    border: solid 1px #888;
    padding: 4px;
    height: 270px;
}
h1 {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0.5px;
}
h2 {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 9px;
    font-weight: normal;
    color: #CCC;
    margin: 0px;
    padding: 0px;
}
header {
    width: 100%;
    font-size: 9px;
    letter-spacing: 1px;
    height: 60px;
    margin-bottom: 10px;
}
nav {
    position: relative;
    left: -50px;
}

nav a{
    text-decoration: none;
    color: #333;
}

#polar {
    position: relative;
    top: -75px;
    left: 95px;
    width: 90px;
}

article a {
    text-decoration: none;
    color:#AAA;
}

a:hover {
    text-decoration: underline;
}

article iframe {
    border: 0;
    height: 100%;
    width: 100%;
}

html {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1; /* thumb and track color */
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888; 
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}