*	{
	padding: 0;
	margin: 0;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

html, body, #main {
	padding: 0;
	margin: 0;
	border: 0;
	height: 100%;
	width: 100%;
	font-family: helvetica, arial, sans serif;
	background: #FFF;
}

body {
	background: #FFF url(bg.gif) center center no-repeat;
}

a, a:visited, a:active, a:hover {
	color: #0A0A0A;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

#message {
	color: #DDD;
	width: 100%;
	text-align: center;
	font-family: arial, helvetica, sans serif;
	font-size: 10px;
	padding: 10px;
	border-bottom: 1px solid #DDD;
	background: #FFF;
}

#main { background: transparent; }

#main tr td {
	vertical-align: middle;
}

#main-wrapper {
	z-index: 100;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	height: 600px;
	background: transparent;
}
