* {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img {
    border:0;
}
ul {
    margin-left: 30px;
}
p {
    margin-top: 5px;
    text-align: justify;
}
a {
    outline: none;
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}
a:visited {
    color: blue;
}

html {
    height:100%;
}

body {
    font-family:tahoma,sans-serif;
    font-size:13px;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:100%;
    color: #6d6d6d;
}

body {
    position: relative;
    min-height: 100%;
}
* html body {
    height: 100%;
}

#header {
    position: relative;
    overflow: hidden;
    width: 100%;
}
#header a {
    float: right;
    margin: 60px 20px 20px 420px;
    padding: 5px;
    color: darkgray;
    white-space:nowrap;
}
#header p span {
    margin-bottom: 10px;
    display: block;
    text-align: right;
    white-space: nowrap;
}
#logo {
    position: absolute;
    top: 20px;
    left: 20px;
}

#desc {
    clear: both;
    position: relative;
    padding: 40px 60px;
}

#products {
    padding: 0 100px 140px;
    white-space:nowrap;
    text-align:center;
}
#products h1 {
    margin: 10px 0;
    font-weight: bold;
    text-align: left;
    white-space:nowrap;
}

#products p {
    text-align: center;
    font-size: 16px;
}

#products img {
    margin: 10px;
    border: 1px solid #404040;
}

#info, #footer {
    position:absolute;
    bottom:0;
    margin: 20px;
}
#info {
    left: 0;
    text-align:left;
}
#info p {
    white-space:nowrap;
}

#footer {
    right: 0;
    text-align: right;
    overflow: hidden;
}

.i {
    font-style:italic;
}