@charset "utf-8";

body {
    background: #d0e1da;
    font-family: arial, sans-serif;
    font-size: 62.5%;
    line-height: 1.7em;
    text-align: left;
    color: #666;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
}

#container {
    display: none;
}


#title {
    position: absolute;
    font-size: 2.4em;
    letter-spacing: .2em;
    color: #666;
    top: 20px;
    left: 50%;
    margin-left: -120px;
}

#slogan {
    position: absolute;
    font-size: 1.4em;
    letter-spacing: .4em;
    color: #aaa;
    top: 64px;
    left: 50%;
    margin-left: -250px;
}

.elegant {
    position: relative;
    padding-bottom: 20px;
    float: right;
}

.home_link {
    text-decoration: none;
}
.home_link a:link {
    text-decoration: none;
}
.home_link a:visited {
    text-decoration: none;
}
.home_link a:active {
    text-decoration: none;
}
.home_link a:hover {
    text-decoration: none;

}

h2 {
    color: #fff;
    font-size: 1.8em;
    color: #fff;
    font-weight: bold;
    margin-top: 0;
    padding-bottom: 10px;
}

.content {
    color: #666;
    background-color: #d0e1da; /* This is to fix a ClearType issue in IE! */
    padding-top: 18px;
    font-family: sans-serif;
}

#wrapper {
    position: absolute;
    width: 440px;
    margin: 0 auto;
    top: 78px;
    left: 50%;
    margin-left: -220px;
}

/* Navigation */
.navigation {
    position: absolute;
    font-size: 2.4em;
    color: #999;
    font-weight: bold;
    top: 50px;
    left: 50%;
    margin-left: -348px;
    width: 100px;
}

.navigation a:link {
    color: #999;
    text-decoration: none;
}
.navigation a:visited {
    color: #999;
    text-decoration: none;
}
.navigation a:active {
    color: #999;
    text-decoration: none;
}
.navigation a:hover {
    color: #fff;
    text-decoration: none;

}

/* Social Links */
.social_links {
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: 222px;
    height: 230px;
    width: 46px;
}

#footer {
    position: absolute;
    top: 520px;
    left: 50%;
    margin-left: -192px;
}