* {
	margin: 0px;
	padding: 0px;
}

html {
	height: 100%;
	width: 100%;
}

body {
	background-image:url('/img/bg2.jpg');
	height: 100%;
	width: 100%;
	text-align: center;
	font-size:12px;
	color:#666666;
}

a: link { color: #666666; }
a: visited { color: #666666; }
a: hover { color:#3355aa; }

img {
	border: 0px;
}

th {
	/*background-color: #e9e9e9;*/
	background-color: #ffcccc;
	text-align: center;
}
td { padding: 1px; }

.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }

/* ---------- Page ---------- */
.page {
	height: 100%;
}

/* ---------- Main ---------- */
.main {
	background-image:url('/img/bg.jpg');
	background-color: #ffffff;
	width: 730px;
	height: 100%;
	text-align: center;
}

/* ---------- Header ---------- */
.header {
	margin: 0px 15px 0px 15px;
}

/* ---------- Menu ---------- */
.menu {

}
ul.tab {
	list-style: none;
}
ul.tab li {
	display: inline;
}

/* ---------- Navi ---------- */
.navi {
	background-color: #e9e9e9;
	margin: 2px 15px 2px 15px;
	padding: 2px;
	text-align: left;
}

/* ---------- Content ---------- */
.content {
	margin: 10px 15px 10px 15px;
	text-align: left;
}

/* ---------- Footer ---------- */
.footer {
	height: 18px;
}

