body {
    background:url('bg/lime-two-bg.gif') repeat;
    margin: 0px;
}
p {
    margin: 0 0 10px 0;
}
a {
    color: #fff;
    opacity: 1.0;
    filter: alpha(opacity = 100);
    border: none;
    text-decoration: none;
}
a:hover {
    color: #fff;
    opacity: 1.0;
    filter: alpha(opacity = 100);
    border: none;
    text-decoration: none;
}
a:visited {
    color: #fff;
    opacity: 1.0;
    filter: alpha(opacity = 100);
    border: none;
    text-decoration: none;
}
#wrapper {
    width: 1000px;
    margin: 60px auto;
}
#header {
    text-align: center;
    height: 150px;
}
.logo {
}
#content {
    padding: 60px 0;
    height: 310px;
    width: 1000px;
}
.website {
    float: left;
    position: relative;
    opacity: 1.0;
    filter: alpha(opacity = 100);
}
.website:hover {
    float: left;
    position: relative;
    opacity: 0.8;
    filter: alpha(opacity = 80);
}
.boudoir {
    float: left;
    position: relative;
    opacity: 1.0;
    filter: alpha(opacity = 100);
}
.boudoir:hover {
    float: left;
    position: relative;
    opacity: 0.8;
    filter: alpha(opacity = 80);
}
.blog {
    float: left;
    position: relative;
    opacity: 1.0;
    filter: alpha(opacity = 100);
}
.blog:hover {
    float: left;
    position: relative;
    opacity: 0.8;
    filter: alpha(opacity = 80);
}
.facebook {
    float: left;
    position: relative;
    opacity: 1.0;
    filter: alpha(opacity = 100);
}
.facebook:hover {
    float: left;
    position: relative;
    opacity: 0.8;
    filter: alpha(opacity = 80);
}
.forward {
    border: none;
    color: #fff;
}
.link-img {
    border: 5px solid white;
    margin-left: 30px;
    z-index: 10;
}
.link-img:hover {
    border: 5px solid white;
}
.link-website-bg {
    background:url('link-bg-green.png') no-repeat;
    height: 40px;
    width: 200px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 100;
    text-align: center;
}
.link-boudoir-bg {
    background:url('link-bg-green.png') no-repeat;
    height: 40px;
    width: 200px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 100;
    text-align: center;
}
.link-blog-bg {
    background:url('link-bg-green.png') no-repeat;
    height: 40px;
    width: 200px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 100;
    text-align: center;
}
.link-facebook-bg {
    background:url('link-bg-green.png') no-repeat;
    height: 40px;
    width: 200px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 100;
    text-align: center;
}
.link-text {
    text-transform: uppercase;
    line-height: 42px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
}
.white-border {
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    height: 40px;
    width: 200px;
    position: absolute;
    right: 5px;
    top: 240px;
    z-index: 50;
}
#footer {
    clear: both;
}
#footer p {
    text-align: center;
    color: #555;
    font-size: 11px;
}
#footer a {
    text-decoration: underline;
    color: #555;
}
#footer a:hover {
    text-decoration: none;    
    color: #555;
}
#footer img {
    border: 0px solid #fff;
    opacity: 1.0;
    filter: alpha(opacity = 100);
}
#footer img:hover {
    border: 0px solid #fff;
    opacity: 0.8;
    filter: alpha(opacity = 80);
}
.preload img {
    height:1px;
    width:1px;
    display: none;
}

