﻿@charset "utf-8";
body {
	background:#000;
	text-align:center;
}

#main{
	background-image:url(../images/team_list_bg.jpg);
	background-repeat: no-repeat;
	width: 980px;
	height:900px;
	z-index:10;
	position:relative;
}

#menu{
	left:53px;
	top: 40px;
	z-index:99px;
}


#footer{
	z-index:20; 
	top:800px;
	left:400px;
}

#team{
	left:180px;
	top:150px;
	font-size:12px;
	color:#949494;
}

a, a:link, a:visited, a:hover{
	color:#949494;
	text-decoration:none;
}