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

* { margin: 0; padding: 0;}

body {
	background-color: #F5F3F1;
	background-repeat: repeat;
	font-size: 80%;
}

#wrapper { width: 560px; margin: 0 auto;	 text-align: center; }
p { padding: 0 0 30px; }

.style1 {
	font-size: 150%; line-height: 80px; 
}

table { width: 100%; }
th { text-align: center; vertical-align: bottom; font-weight: normal;}
td { text-align: center; padding: 5px 0 25px; vertical-align: top; }
