body {
    background-image: url("bgimagesm.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    background-attachment: fixed;
    margin: 0px;
}

ul {
    border: 1px solid #e7e7e7;
    background-color: #f3f3f3;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    top: 0;
    width: 100%;
}

ul a {
    float: left;
    padding: 10px;
}

li {
    float: left;
    padding-top: 43px;
}

li a {
    display: block;
    color: #666;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover {
    background-color: #ddd;
}

div.container {
    border: 1px;
    margin-left: 20px;
    margin-top: 40px;
}

p.one {
    margin-left: inherit;
}

img {
    float: left;
}