﻿@charset "utf-8";
body {
	background:#000;
	text-align:center;
}

#main{
	background:#000;
	width: 980px;
	height:780px;	
	z-index:10;
	position:relative;
}

#menu{
	left:53px;
	top: 40px;
	z-index:99px;
}


#footer{
	z-index:20; 
	top:600px;
	left:400px;
}

#contact{
	left:180px;
	top:150px;
	font-size:11px;
	line-height:130%;
}