@charset "utf-8";
/* CSS Document */


body{
	background: #fff;
	font:12px;
	color:#000;
	line-height: 18px;
	margin: 0 0 0 0;
	}

/* specific divs */
#container {
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	}

	#intro {
		position: relative;
		top: 0;
		left: 0;
		margin: 0;
		padding: 0;
		z-index: 1000;
		}

		#pageHeader {
			position: relative;
			top: 0;
			left: 0;
			margin: 0;
			margin-top:10px;
			padding: 0;
			background: url(bground.gif) repeat-x; 
			height: 320px;
			width: 100%;
			}
		#top {
			position: relative;
			top: 0;
			left: 0;
			margin: 0;
			margin-top:100px;
			padding: 0;
			height: 55px;
			width: 100%;
			}
		#bottom {
			position: relative;
			top: 0;
			left: 0;
			margin: 0;
			margin-top:10px;
			padding: 0;
			height: 110px;
			width: 100%;
			}