body {
    font-size		: 10px;
    font-family		: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	text-align		: center;
	margin			: 0px;
	padding			: 0px;
	width			: 100%;
	background		: url(../img/top/back.jpg) repeat;
}

#main {
	position		: relative;
	text-align		: left;
	margin			: 0px auto;
	padding			: 0px;
	width			: 772px;
	height			: 1098px;
	background		: url(../img/top/top.png);
}

#top_team{
	position		:absolute;
	top				:384px;
	left			:480px;
	width			:126px;
	height			:126px;
}

#top_news{
	position		:absolute;
	top				:55px;
	left			:328px;
	width			:120px;
	height			:120px;
/*	background		:#ffffff; */
}

#top_tech{
	position		:absolute;
	top				:180px;
	left			:178px;
	width			:126px;
	height			:126px;
/*	background		:#ffffff; */
}

#top_board{
	position		:absolute;
	top				:180px;
	left			:480px;
	width			:126px;
	height			:126px;
/*	background		:#ffffff; */
}

#top_acc{
	position		:absolute;
	top				:384px;
	left			:178px;
	width			:126px;
	height			:126px;
/*	background		:#ffffff;*/
}

#top_team a, #top_news a, #top_tech a, #top_board a, #top_acc a{
	text-decoration	:none;
	width			:123px;
	height			:123px;
	display			:block;
	background		: url(../img/top/spacer.gif);
}

#top_team a:HOVER{
	background		: url(../img/top/team.png);
}

#top_acc a:HOVER{
	background		: url(../img/top/acc.png);
}

#top_news a:HOVER{
	background		: url(../img/top/news.png);
}

#top_tech a:HOVER{
	background		: url(../img/top/tech.png);
}

#top_board a:HOVER{
	background		: url(../img/top/board.png);
}

#top_team em, #top_news em, #top_tech em, #top_board em, #top_acc em{
	visibility: hidden;
}

