﻿body 
{
 background-image: url('images/paradise_bg.jpg');
 background-color: #faf4dc;
 background-position: top center;
 background-repeat: no-repeat;
 text-align: center;
 margin: 0px;
}

#shell
{
 position: relative;
 width: 100%;
 height: 100%;
}

#container
{
 position: relative;
 width: 780px;
 height: 100%;
}

#nav
{
 position: relative;
 top: 5px;
 left: 20px;
}

#logo
{
 position: relative;
 width: 190px; 
 height: 70px;
 top: 25px;
 left: 515px;
 text-align: center;
}

#content
{
 position: relative;
 width: 525px;
 top: 60px;
 left: 225px;
}

a img
{
 border: none;
}

#side-bar
{
 position: relative;
 height: 250px;
 width: 110px;
 right: 5px;
 left: 410px;
 top: 5px;
}

#body
{
 position: relative;
 top: -260px;
 #top: -245px;
 width: 370px;
 left: 10px;
}