html, body
{
	height: 100%;
}

body
{
	margin: 0;
	padding: 0;
	color: #333;
	background: #FFFFFF url(BG.png);
	font-family: "Century Gothic", "Questrial", sans-serif;
	font-size: 100%;
	margin-top: 50px;
}

div, h1, h2, h3, h4, h5, h6, p, table, tr, td
{
	margin: 0;
	padding: 0;
	text-align: center;
}

h1, h2, h3, h4, h5, h6
{
	color: #666;
	font-weight: bold;
}

h1
{
	font-size: 1.33em;
}
h2, h3, h4, h5, h6
{
	font-weight: normal;
	font-size: 1em;
}

a
{
	text-decoration: none;
	color: #ffa763;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border-style: none;
}

#centerPic
{
	margin-top: 30px;
	margin-bottom: 30px;
}

.footer
{
	margin-bottom: 0.5em;
}