html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
@font-face {
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Maven Pro Regular'), local('MavenProRegular'), url(https://fonts.gstatic.com/s/mavenpro/v7/MG9KbUZFchDs94Tbv9U-pSZ2oysoEQEeKwjgmXLRnTc.ttf) format('truetype');
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: underline;
    color: inherit;
}

html, body {
    width: 100%;
    height: 100%;
}

#container {
    width: 100%;
    height: 100%;
    min-width: 1000px;
}

#col-1 {
    background-color: #b0ebf3;
    float: left;
    height: 100%;
    width: 156px;
}

#col-2 {
    background-color: #2e2e2e;
    float: left;
    height: 100%;
    margin-right: 115px;
    margin-left: 7px;
    width: 45px;
}

#col-2 img {
    position: relative;
    top: 15px;
    left: 11px;
}

#col-3 {
    float: left;
    height: 100%;
}

#col-3 img {
    position: relative;
    left: 0;
    top: 115px;
}

.domainsale {
	font-family: "Maven Pro";
    font-size: 2em;
    color: #777777;
    text-align: center;
    margin: 200px 60px 40px 0;
}

#contact {
	font-family: "Maven Pro";
    position: absolute;
    right: 0;
    bottom: 0;
    color: #777777;
    text-align: right;
    margin: 0 60px 40px 0;
    background-image: url("contact-bg.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 0 43px 40px 0;
}

#contact p {
    font-size: 17px;
    line-height: 28px;
}

#services {
    margin-top: 100px;
    text-align: right;
}

#services li {
    float: left;
    font-size: 13px;
    margin-left: 20px;
}