* {
padding: 0;
margin: 0;
border: 0;
}

html, body {
 background: #fff;
 height: 100%;
 width: 100%; 
 background: transparent url(../images/bg_back.gif) top left repeat; 
}

div#siteinfo {
 display: none;
 z-index: -10; 
} 

/* ---------------------------------------------------------------*/
/*                                                                */
/* center page                                                    */
/* ---------------------------------------------------------------*/

div#container {
 position: relative;
 display: block;
 clear: both; 
 margin-left: auto;
 margin-right: auto; 
 width: 778px;
 top: 10px;
 left: 0px;
 background: transparent;
}

div#top {
 position: relative;
 display: block;
 clear: both;
 height: 172px;
 width: 778px;
 top: 0px;
 left: 0px;
 margin-left: auto;
 margin-right: auto; 
 background: transparent url(../images/bg_top.gif) no-repeat;
}
	div#slideshow {
	 position: absolute;
	 height: 115px; 
	 width: 312px;
	 top: 10px;
	 right: 10px; 
	}
	div#menu {
	 position: absolute;
	 display: block;
	 width: 778px;
	 bottom: 11px;
	 left: 0px; 
	 padding: 0;	 
	 text-align: center;
	 background: transparent;		 
	}

div#content {
 position: relative;
 display: block; 
 width: 738px;
 top: 0px;
 left: 0px;
 margin-left: auto;
 margin-right: auto;
 padding: 0px 20px 0px 20px;
 background: #fcc url(../images/bg_repeat.gif) repeat;
}
	div#text {
	 position: relative;
	 display: block;
     min-height: 200px;	 
	 width: 540px;
	 top: 0px;
	 left: 0px;
	 margin-left: 196px;
	 padding-bottom: 40px;
	 background-color: #fff;	 
	}

div#bottom {
 position: relative;
 display: block; 
 height: 34px;
 width: 778px;
 top: 0px;
 left: 0px;
 margin-left: auto;
 margin-right: auto;
 background: #4E8EC3 url(../images/bg_bottom.gif) top center no-repeat;
}
	div#proximedia {
     position: absolute;
     display: block; 
     bottom: 4px;
     right: 10px;
	 height: 13px;
	 width: 67px;
     background-color: transparent;
  	}

.clear {
 position: relative;
 display: block;
 clear: both;
}

