body, p, h1, a, img {
    padding: 0;
    margin: 0;
}
body {
    background-color: #fff;
    color: #999999;
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
}

#container {
    width: 936px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}

#header {
    width: 936px;
}

#logo {
    float: left;
}

#content {
    margin-top: 120px;
    width: 936px;
}

#gallery {
    height: 420px;
    width: 100%;
    overflow: auto;
    white-space: nowrap;
    position: relative;
}
#movies {
    height: 512px;
    width: 936px;
    overflow: auto;
    white-space: nowrap;
    position: relative;
    text-align: center;
    top: -20px;
}

#movietitles {
    width: 936px;
    position: relative;
    top: -60px;
    text-align: center;
}
.movietitle {
margin-right: 20px;
}

#contact {
    float:right;
    margin-left: 50px;
}

#footer {
    position: absolute;
    bottom: 20px;
    width: 936px;
    /* border-top: 1px solid #999999; */
    text-align: right;
}

.antileft {
    clear: left;
}

a:link {
    color: #999999;
    text-decoration: none;
}

a:visited {
    color: #999999;
    text-decoration: none;
}

a:hover {
    color: #595959;
    text-decoration: none;
}

a:active {
    color: #999999;
    text-decoration: none;
}

h1 {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
}
img {
    border: none;
}

#nav {
    float: right;
    margin-top: 18px;
    line-height: 18px;
}

#nav a, cheat {
    margin-left: 60px;
}

#nav a.selected {
    color: #595959;
}
#nav .cheat {
    margin-left: 60px;
    visibility: hidden;
}

.gall {
    border-style: none;
    padding-right: 20px;
}