body {
 margin: 0px;
 padding: 0px;
 background-image: url("../images/bg_top.gif");
 background-repeat: repeat-x; 
 background-position: top;
 background-attachment: fixed;
 background-color: #80a8c4;
}

/* FRAMEWORK */

#tableback {
 background-image: url("../images/bg_content.gif");
 background-repeat: no-repeat; 
 background-position: top;
 background-attachment: fixed;
 margin: 0px;
 padding: 0px;
} 

#content {
 background-image: url("../images/bg_heading.gif");
 background-repeat: no-repeat; 
 background-position: top;
	background-color: #ffffff;
	width: 800px;
	margin: 0px;
	padding: 0px;
}

#head {
 background-image: url("../images/bg_head.gif");
 background-repeat: no-repeat; 
 background-position: top;
 width: 800px;
 height: 131px;
	margin: 0px;
	padding: 0px;
}

/* SUN BUTTON */

#sun1 {
	position:relative;
	width: 148px;
} 
#sun2 {
	margin: 0px 0px 0px auto;
	padding: 0px;
	float: left; 
	position: absolute;
	left: 0px;
	top: 0px;  
	visibility: visible; 
} 

/*  MENU */

#menu {
 background-image: url("../images/bg_menu.gif");
 background-repeat: no-repeat; 
 background-position: top;
 width: 800px;
 height: 34px;
}

/*CONTENT AREA */

#central {
	margin: 20px 0px 0px 0px;
	padding: 0px 40px 0px 40px;
	height: 550px;
}

/* FOOTER */

#footer {
	padding: 0px;
	margin: 0px;
	background-color: #bbd9fd;
}