/* Page Setup
----------------------------------------------- */	

* {
		margin: 0;
		padding: 0;
		}
	

body {
		background-color: #ffffff;
		background-image: url(../images/bg_logo.png);
		background-position: 50% 50%;
		background-repeat: no-repeat;
		padding: 25%;
		font-family: georgia, serif;
		text-align: center;
		font-size: 75%;
		}
