body,html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-family: "Comic Sans MS",Arial;
	font-size: 12px;
	color: #000;
}

#alignment {
	display: block;
	margin: auto;
	width: 980px;
	height: 620px;
	text-align: left;
	background-image: url('../images/bg.png');
	background-repeat: no-repeat;
	z-index: 1000;
}

.alignment_table {
	width: 100%;
	height: 100%;
	border-spacing: 0px;
}

.alignment_table td {
	border-spacing: 0px;
	vertical-align: middle;
	text-align: center;
}

img {
	border:none;
}

a {
	outline:none;
}

