@font-face {
    font-family: 'nexa_lightregular';
    src: url('nexa-webfont.eot');
    src: url('nexa-webfont.eot?#iefix') format('embedded-opentype'),
         url('nexa-webfont.woff') format('woff'),
         url('nexa-webfont.ttf') format('truetype'),
         url('nexa-webfont.svg#nexa_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	font-size: 100%;
    font-family: 'nexa_lightregular';
}

a:link { color: black; text-decoration: none; }
a:visited { color: black; }
a:hover { color: red; }

.spacer {
    width:100%;
}

#container {
    width: 440px;
    margin: 10px auto;
    margin-top: 10%;
}

#header{
}

#header img{
    width: 440px;
}

#content {
    margin-top: 5%;
    margin-bottom: 5%;
}

#footer {
    width: 440px;
    height: 34px;
    vertical-align: middle;
}
#footer .links {

    width: 100%;
}
#footer .links a {
    float: right;    
    margin-left: 5%;
    line-height: 34px;
    vertical-align: middle;
}

#footer img {
    width: 34px;
    height: 34px;
}

#cherry {
    width: 400px;
    display: block;
    float: left;
    margin-top: -10%;
    margin-left: 0px;
}

#cherry img {
    width: 100%;
}

#cherry .links img {
    width: 34px;
    height: 34px;
}

#cherry .links  {
    position: relative;
    left: 300px;
    top: 220px;
    width: 84px;
}