html {
	background-color: #C9D3E2;
	color: #404040;
}

body {
	text-align: center;
	padding: 0px;
	margin: 0px;
}
h1 {
	margin-top: 0px;
}
table.layout {
	margin: 0px;
}
table.layout td {
	padding: 0px;
	border: none;
}

#bd-content {
	width: 1000px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	background-color: white;
}

#main-content {
	font-size: 1.3em;
	padding: 30px;
}
#main-content ul,ol li {
	padding: 0.2em 0.0em;
}

a:hover {
	color: red;
}

#bt_invite_box table {
	border: none;
	margin: 0px;
	width: 100%;
}
#bt_invite_box table td {
	border: none;
	padding: 0px;
}
#bt_invite_box table[cellpadding='2px'] {
	margin: 10px;
	width: 180px;
}
#bt_invite_box img {
	margin-left: 10px;
	margin-top: 5px;
}