@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
}
body{
	background-color:#000;
	line-height: 140%;
}

#wrapper{
	width:1024px;
	height:768px;

	box-shadow: 0px 0px 10px #fff;
	margin:auto;
	margin-top:100px;
}


#menu{
	
	
}



