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

body	{
	background-color: #d2b893;
}

#logo	{
	position: relative;
	top: 100px;
	left: 100px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
h2	{
	font-family: Oswald, Times New Roman, Arial;
	color: black;
	font-size: 16pt;
}