* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
a {
	font-size: 12px;
	color: #802603;
}
a:hover {
	color: #FF0000;
}
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/iStart01.jpg);
	background-position: center 80px;
	background-repeat: no-repeat;
	overflow: hidden;
}
html {
	width: 100%;
	height: 100%;
}
img {
	border: none;
}
table {
	width: 100%;
	margin-top: 150px;
	border-collapse: collapse;
	border-spacing: 0px;
	text-align: center;
}