﻿@charset "utf-8";
body {
	background:#000;
	text-align:center;
}

#main{
	background-image:url(../images/desktop_list_bg.jpg);
	background-repeat: no-repeat;
	width: 980px;
	height:974px;
	z-index:10;
	position:relative;
}

#menu{
	left:53px;
	top: 40px;
	z-index:99px;
}


#footer{
	z-index:20; 
	top:950px;
	left:310px;
}

#footer p{
	margin:0;
	padding:0;
}

#team{
	left:50px;
	top:150px;
	font-size:12px;
	color:#ACABAB;
}

a, a:link, a:visited, a:hover{
	color:#ACABAB;
	text-decoration:none;
	font-size:12px;
}