@charset "utf-8";
/* CSS Document */

/* General */
* {
	border: 0;
	margin: 0;
	padding: 0;
}
html {
	background-color: #FFFFFF;
	height:100%;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
}
body {
	background-color: #FFFFFF;
}
a:link {
	color: #330099;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #330099;
}
a:hover {
	text-decoration: none;
	color: #6600CC;
}
a:active {
	text-decoration: none;
	color: #330099;
}

/* Layers */
div#body {
	background-image: url(back.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
div#content {
	background-image: url(back.jpg);
	background-position: center;
	background-repeat: no-repeat;
	width: 980px;
	height: 1600px;
	margin: 0 auto;
}
div#box {
	width: 490px;
	margin: 0 auto;
	padding: 20px;
}