@charset "utf-8";
/* CSS Document */

* {
	margin: 0;

}


body {
	background:repeat-x;
	background-image: url(images/background.gif);
	
}

p {
font-size: 15px;	
}

#header{
	
}

#lower{
	width: 850px;
	height: 320px;
	position: relative;
	margin: auto;

	
}

#copy1{
	width: 503px;
	height: 300px;
	position: relative;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	left: 290px;
	top: -310px;
}

#footer{
	width: 850px;
	height: 100px;
	position: relative;
	margin: auto;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
