@charset "UTF-8";
/* CSS Document */

/* BOXING */

#container {
		position:absolute;
		z-index:2;
		left:50%;
		margin-left:-400px;
		top:30%;
		margin-top:-175px;
		width:770px;
		/* height: 450px; */
		overflow:hidden;

		}
#banner {
		width: 100%;
		height: 180px;
	
		
		}

#topic {
		width: 100%;
		height: 38px;
		
		}
#content {
		width: 100%;
		background-image:url(Images/content.gif);
		background-repeat:repeat-y;
		min-height: 100px;
		
		}
#text {
		width: 720px;
		padding-left: 15px;
		padding-right: 30px;
		padding-bottom: 20px;
		padding-top: 20px;
		}


#bottom  {
		width: 100%;
		height: 24px;
		background-image:url(Images/bottom.gif);
		
		}