body {
	font-family: 'Century Gothic', sans-serif;
	background-color: #000000;
	background-image: url(image/starfield.jpg);
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	font-size: 1em;
}

.sidebar {
	width: 175px;
	left: 30px;
	top: 30px;
	position: absolute;
	background-color: #000000;
	border-style: solid;
	border-width: 1px;
	border-color: #BBBBBB;
	font-size: 80%;
	text-align: center;
	color: #22DD77;
}

.sidebari {
	margin: 10px;
}

.maino{
	top: 30px;
	right: 30px;
	left: 240px;
	position: absolute;
	padding-bottom:30px;
}

.main {
	position: relative;
	width:100%;
	margin:0px;
	background-color: #000000;
	border-style: solid;
	border-width: 1px;
	border-color: #BBBBBB;
	height: expression( this.scrollHeight < 601 ? "600px" : "auto" ); /* sets min-height for IE */
	min-height: 600px;
	color: #22DD77;
}

.maini {
	margin: 10px;
}

a:link {
	color: #88CCFF;
}

a:visited {
	color: #AA88FF;
}

.title {
	color: #88CCFF;
	font-size: 160%;
}

TD {
	background-repeat: repeat;
}

TABLE {
	background-repeat: no-repeat;
}