body {
        margin		: 0;
        padding		: 0;
        background-color: #ffeef0;   
	color		: #437490; 
	font		: normal 12px arial;   	
}

table,tr,td {
        margin		: 0;
	padding		: 0;
	border		: 0;
	cellspacing	: 0;
	cellpadding	: 0;
}

#bg {
	position	: absolute;
	width		: 100%;
	height		: 100%;
        z-index         : 1; 
}

#bg table,tr,td {
	border		: 0;
	padding		: 0;     
	margin		: 0;   
  	cellspacing	: 0;
	cellpadding	: 0;
}

h1 { 
        display         : none; 
}

#one {
	position	: absolute;
	top		: 0px;
	width		: 100%;
	height		: 40px;
        background-color: #ffd2d8;  
        z-index         : 0; 
}

#two {
	position	: absolute;
	top		: 40px;
	width		: 100%;
	height		: 73px;
        background-color: #ffdbe0;  
        z-index         : 0; 
}

#three {
	position	: absolute;
	top		: 113px;
	width		: 100%;
	height		: 101px;
        background-color: #ffe2e6;  
        z-index         : 0; 
}

#four {
	position	: absolute;
	top		: 214px;
	width		: 100%;
	height		: 118px;
        background-color: #ffe8eb;  
        z-index         : 0; 
}

#stars {
	position	: absolute;
	width		: 99%;
	height		: 23px;
        background-image: url("stars.gif");
	background-repeat: repeat;
        z-index         : 1; 
}

#arounder {
	position	: absolute;
	top		: 155px; 
	width		: 100%;
	height		: 379px;
}

#leftside {
	position	: absolute;
	top		: 0px;
	width		: 195px;
	height		: 379px;
        z-index         : 3; 
        background-image: url("01.gif");
	background-repeat: no-repeat;	
	padding		: 0;     
}

#rightside {
	position	: absolute;
	top		: 0px;
	width		: 579px;
	height		: 379px;
        z-index         : 3; 
        background-image: url("02.gif");
	background-repeat: no-repeat;	     
	padding		: 0;     
}

#header {
	position	: absolute;
	top		: 0px;
	width		: 579px;
	height		: 19px;
        z-index         : 5; 
        background-image: url("header.gif");
	background-repeat: no-repeat;	     
}

#content {
	position	: absolute;
	width		: 554px;
	height		: 339px;
	top		: 17px;
	overflow        : auto;
        z-index         : 4; 
        color           : #373737;
	padding		: 5px;
	background-color: #ffffff;
}

#content a { 
	font		: normal 12px arial; 
        color           : #79abb4; 
        text-decoration : none; 
}

#content a:hover { 
	font		: normal 12px arial; 
        color           : #99c6cb;
        text-decoration : none; 
}

#content p {
	font		: normal 12px arial;
        color		: #323232;
}

#navi { 
        position	: absolute; 
	left		: 72px;
	top		: 143px;
        width		: 133px;
	height		: 233px;
        z-index		: 4;   
	font		: normal 12px arial;
	color		: #437490;
	padding		: 0;
}

#navi a { 
	font		: normal 12px arial; 
	color		: #ff9a50;
        text-decoration : none; 
}
#navi a:hover { 
	font		: normal 12px arial; 
        color           : #ffb750;
        text-decoration : none; 
}

#bottomx {
        position	: absolute; 
	bottom		: 0px;
	height 		: 36px;
	width		: 579px;
	border 		: 0;
        z-index		: 5;  
        background-image: url("bottom.gif");
	background-repeat: no-repeat;	
}

#footer {
        position	: absolute; 
	width		: 100%;
	border 		: 0;
        z-index		: 3;  
	color		: #437490; 
	font		: normal 12px arial; 
}

#buttons {
	position	: absolute;
	top		: 0px;
	width		: 100px;
	height		: 379px;
        z-index         : 3; 
	color		: #437490; 
	font		: normal 12px arial;   
}

