a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

html {
	overflow: hidden;
}

body {
	background-color: #ffffff;
	color: #000000;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}

div#index {
	height: 150px;
	left: 50%;
	margin-left: -75px;
	margin-top: -75px;
	position: absolute;
	top: 50%;
	width: 150px;
}

div#indexbottom
{
	text-align:center;
	color: #666666;
	width:70%;
	top: 90%;
	margin-left:15%;
	position: absolute
	
}

div#logo {
	background-image: url(../images/layout/logo.jpg);
	background-repeat: no-repeat;
	height: 100px;
	position: relative;
	width: 87px;
}

div#option {
	margin-top: 25px;
	position: relative;
}

div#option li {
	background: url(../images/layout/arrow.gif) 0px 7px no-repeat;
	height: 20px;
	line-height: 20px;
	list-style-type: none;
	padding-left: 15px;
}

div#option ul {
	margin: 0px;
	padding: 0px;
}
