* {
	padding: 0;
	margin: 0;
}

body {
	background-image : url("./common/img/bg.gif");
	background-repeat : repeat-x;
	background-attachment : fixed;
}

#base {
	width: 100%;
	text-align: center;
}

#header {
	margin-top: 10px;
	color: #ffffff;
	font-size: 12pt;
	text-align: center;
}

#sitelogo {
	margin-top: 20px;
	text-align: center;
}

#main {
	text-align: center;
	margin: auto;
}

#text {
	text-align: center;
	margin: auto;
}

#about {
	font-size: 8pt;
	width: 600px;
	text-align: center;
	margin: auto;
}

#counter {
	position: absolute;
	top: 92%;
	left: 0%;
}

table {
	margin: auto;
	text-align: left;
	border-collapse: separate;
}

td {
	vertical-align: top;
	padding: 0.5em 0.5em 0.5em 0.5em;
	border-width: 1px; 
	border-style: double;
	border-color: #ff3300;
}

p {
	font-size: 10pt;
}

.center {
	text-align: center;
}

.gray {
	color: #808080;
}

.dot {
	border-style: dotted;
	background-color: #ffffcc;
	text-align: center;
	line-height: 1.5;
}

img {
	border-width: 0 0 0 0;
}
