@charset "UTF-8";
/* CSS Document */

	
body {
	background: url(images/background.jpg) no-repeat center top #362f2d;
	margin: 0px;

}
#wrapper {
	width: 660px;
	height: 380px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;

}

#content {
	height: 350px;
	width: 660px;
}

#footer {
	width: 660px;
	height: 30px;
	background-image:url(images/footer.jpg);
	margin-top: -10px;
}

p, a {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
text-align: center;

}

a {
	color:#000000;
	text-decoration: none;

}

a:hover{
	text-decoration: underline;
	}