body
{
	margin: 0;
	padding: 0;
	background: #40B3FF url('../img/bg.png') repeat-x fixed bottom left;
	height: 100%;
	font-family: Arial, Helvetica, Sans-Serif;
}

.cloud
{
	position: absolute;
}

#page
{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.nav
{
    list-style-type: none;
    background-color: transparent;
    color: #000;
    position: absolute;
    left: 20px;
    top: 20px;
    width: 30em;
    padding: 0;
    z-index:30;
}

.nav li a
{
    background-color:#666;
    float: left;
    padding: 1em;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    outline: none;
}

.nav li a:hover 
{
    background-color: #fff;
    color: #000;
}

.content  
{
    width: 470px;
    z-index: 20;
    position: absolute;
    bottom: 200px;
    padding: 0 65px 0 65px;
    background: transparent url('../img/bottom.png') no-repeat scroll bottom center;
    height: 500px;
}

.content div  
{
    background-color: #666;
    color: #fff;
    height: 400px; 
    padding: 0 15px;
    overflow: auto;
}