body {
	background:#000;
	margin:0;
	padding:0;
	z-index:0;
	position:relative;
	}
#mainWrapper {width:800px; margin:20px;}
.browser {
	color:#000;
	font-size:7px;
	height:1px;
	}
#new {
	width: 400px;
	height: 100px;
	margin-top: 25px;
	margin-left: 32px;
	position: fixed;
	link:000000;
	z-index: 2;
	visibility: show;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 100;
	color: #FFF;
	text-align: right;
	}
#menu {
	width: 800px;
	height: 600px;
	margin-top: 25px;
	left: 0%;
	margin-left: 32px;
	position: fixed;
	z-index: 1;
	visibility: show;
	}
#contacts {
	clear:left;	
	float:right;	
	}
	#contacts  ul {float:left;list-style-type:none;}
	#contacts li {float:left;margin:6px;}
	#contacts p {
		float:left; 
		position:relative;
		text-align:left;
		padding-top:22px;
		color: #555; 
		font:10px normal Helvetica, sans-serif;
		}
