body {
	
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	height: 100%;
	text-align: center;
	
	}
	
#content {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding: 0px;
	margin-top: 0px; 
	text-align: left;
	left: 0px;
	
	}
	

#textarea {
	top: 273px;
	border: 0px;
	width: 745px;
	height: auto;
	background-image: url(images/textarea_bg.gif);
	background-repeat: repeat-y;
	position: absolute;
	left: 279px;
	
	
	}
	
#nav {
	top: 0px;
	border: 0px;
	width: 328px;
	position: absolute;
	left: 696px;
	height: 273
	}

		
#header {
	width: 362px;
	height: 273px;
	position: absolute;
	
	top: 0px;
	left: 334px;
	padding: 0px;
	}



#jams {
	width: 279px;
	height: 495px;
	top: 273px;
	left: 0px;
	background-image: url(images/jams_bg.gif);
	position: absolute;
	background-repeat: no-repeat;
	
	}

#jams h4 {
	margin-top: 55px;
	margin-left: 40px;
	margin-right: 22px;
	text-align: right;


}

#text{
	width: 518px;
	height: auto;
	top: 273px;
	left: 279px;
	
	
	}

#text p, h1, h2 {
	margin-top: 5px;
	margin-left: 35px;
	margin-right: 70px;
	
	}
	
#brick{
	width: 237px;
	height: auto;
	top: 0px;
	left: 500px;
	position: absolute;
	
	}
#brick p {
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
	color: ffffff;
	font-size: 16px;
	font-weight: bold;
	
	}
	

	
#logo{
	left: 0px;
	top: 0px;
	width: 334px;
	height: 273px;
	position: aboslute;
	
	}
	
#footer{
	width: 745px;
	height: 70px;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	position: absolute;
	top: auto;
	
	}

#footer p {
	text-align: right;
	margin-left: 35px;
	margin-right: 5px;
	
	}
