body {
	background-color:#000000;
	font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#909090;
	margin:10px;
	height:100%;
}

.center {
	margin-top:10px;
	margin-right:auto;
	margin-left:auto;
	width:80%;
	padding:10px;
	background-color:#000000;
	text-align:center;
}

.strip {
	border:1px solid #999999;
	background-color:#000000;
	min-width:700px;
	height:30px;
	background-image:url("../images/indextop.jpg");
	background-attachment:inherit;
	background-position:right center;
	background-repeat:no-repeat;
	overflow:hidden;
}

.top {
	margin:5px;
	text-align:left;
	vertical-align:middle;
	font-size:16px;
	width:700px;
	height:30px;
}

.bottom {
	border:1px solid #999999;
	background-color:#000000;
	min-width:700px;
	height:30px;
	background-image:url("../images/indexbottom.jpg");
	background-attachment:inherit;
	background-position:right center;
	background-repeat:no-repeat;
	overflow:hidden;
}

.main {
	border:1px solid #999999;
	margin:0px;
	background-color:#000000;
	background-image:url("../images/indexmainlong.jpg");
	background-attachment:inherit;
	background-position:right center;
	min-width:700px;
	height:420px;
	background-repeat:no-repeat;
	text-align:left;
}

.text {
	margin-left:10px;
	margin-top:10px;
}


a:link {
color: #FFFFFF;
text-decoration: none;
font-weight:normal;
font-size: 14px;
}
a:visited {
font-size: 14px;
color: #FFFFFF;
font-weight:normal;
text-decoration:none;
}
a:hover {
color: #909090;
text-decoration:underline;
font-weight:normal;
}
a:active {
color: #909090;
text-decoration:underline;
font-weight: normal;
}
