@charset "utf-8";
/* CSS Document */

body {
	margin: 50px 50px 50px 50px;
	text-align:center;
	background: #5e5242;
}

#container {
	width: 811px;

    margin-left: auto;
	margin-right: auto;
	padding: 0;
	background-color: #96886f;
    position:relative;
}

#copy {
	height: 20px;
	width: 899px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background-color: #5e5242;
	text-align: center;
	position:relative;
}

/*Fonts*/

p {
	font-size: 10pt;
	font-family: verdana, tahoma, arial;
	font-weight: normal;
	text-decoration: none;
	color: #7f7359;
	margin: 0;
	padding: 0;
    line-height: 15px;
}
	

