body {
	background: #000000;
	color: #FFFFFF;
	margin: 0px;
	text-align: center;
}

img {
	border: 0px;
}

#main,
#main_blue,
#main_green,
#main_orange,
#main_pink,
#main_red,
#main_yellow,
#main_violet {
	background: url( '../images/bg/home.png' );
	background-repeat: no-repeat;
	width: 1270px;
	height: 572px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	position: relative;
	z-index: 1;
}

	#main_blue {
		background: url( '../images/bg/blue.png' );
	}
	#main_green {
		background: url( '../images/bg/green.png' );
	}
	#main_orange {
		background: url( '../images/bg/orange.png' );
	}
	#main_pink {
		background: url( '../images/bg/pink.png' );
	}
	#main_red {
		background: url( '../images/bg/red.png' );
	}
	#main_yellow {
		background: url( '../images/bg/yellow.png' );
	}
	#main_violet {
		background: url( '../images/bg/violet.png' );
	}

#menu {
	position: absolute;
	z-index: 5;
	top: 488px;
	left: 0px;
}

#content {
	position: absolute;
	z-index: 3;
	width: 764px;
	padding-right: 10px;
	height: 354px;
	left: 255px;
	top: 90px;
	overflow: auto;
	text-align: left;
}

#stars {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
	width: 100%;
	height: 100%;
}

div, td {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}

a {
	color: #000000;
	text-decoration: none;
}
