body {
	margin: 0px;
	padding: 0px;
	font-family: arial, tahoma, sans-serif;
	font-size: 12px;
	line-height: 16px;
	background: #083361;
}
div#mainContainer {
	width: 1002px;
	height: 642px;
	margin: 0px auto;
	margin-top: 50px;
	background: url('gfx/introBG.jpg') no-repeat;
}
div#button {
	width: 1002px;
	height: 43px;
	text-align: center;
	line-height: 38px;
	margin: 0px auto;
	padding-top: 460px;
}
div#button a {
	background: url('gfx/introBut01.jpg') no-repeat;
	text-decoration: none;
	display: block;
	font-size: 14px;
	color: #083361;
}
div#button a:hover {
	font-weight: bold;
}