html, body {
    margin: 0;
    padding: 0;
    height: 736px;
    background-color: #000;
}

a { 
    outline:none;
    color: #f584f5;
    font-weight: bold;
    text-decoration: none; 
}

a:hover {
    color: #fff;
 
}
:focus
{
  -moz-outline-style: none;
}

#top-bg {
    position: absolute;
    top: 0;
    z-index: 0;
}

#top-bg {
 width: 100%;
    background: #000;
    height: 140px;

}

#logo img {
    position: absolute;
    left: 50%;
    margin-left: -478px;
    margin-top: 32px;
    z-index: 1001;
}

#content {
    top: 116px;
    position: absolute;
    margin: 0;
    padding: 0;
    left: 50%;
    margin-left: -478px;
    background: #fff;
    width: 956px;
    height: 100px;
}

#content-top {
    margin: 0;
    padding: 0;
    height: 26px;
    background: #000;
    width: 956px;
}

#content-mid {
    margin: 0;
    padding: 0;
    height: 200px;
    width: 956px;
    background: #000;
}

#content-bottom {
    margin: 0;
    padding: 0;
    height: 26px;
    width: 956px;
    background: #000;
}

#pookie {
    position: absolute;
    margin-left: 30px;
    margin-top: -22px;
    margin-left: 664px;
    z-index: 1003;
}

#wedding-couple {
    position: absolute;
    margin-top: 338px;
    margin-left: 30px;
    z-index: 1002;
}

#filmstrip {
    position: absolute;
    margin-top: 366px;
    margin-left: 404px;
    z-index: 40;
}

#footer {
    position: absolute;
    top: 750px;
    left: 50%;
    text-align:center;
    width: 956px;
    margin-left: -478px;
}

#footer p {
    font-size: 12px;
    font-family:"Arial";
    color: #f584f5;
    line-height: 10px;
}

#footer a {
    text-decoration: none;
    padding: 2px;
    color: #f584f5; 
}

#footer a:hover { color: #fff; }

.packages {
    position: absolute;
    margin-left: 300px;
    height: 140px;
}

#home-flash {
    top: -162px;
    position: absolute;
    left: 50%;
    margin-left: -375px;
}
