@charset "UTF-8";

/* Set UNIVERSAL parameters*/

html, body, h1, h2, h3, h4, p, ul {
	padding: 0;
	margin: 0;
	font-size: 1em;
}


/* This centers the wrapper */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	min-width: 770px;
	background-image: url(images/bg.jpg);
	background-color: #fff6ee;
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
}

.wrapper {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 954px;
	height: 640px;
	overflow: hidden;
   }
.clear {
	clear: both;
}

