@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	
}

		#intro{
	width:600px;
	height:400px;
	margin-left: auto;
	margin-right: auto;
	margin-top:50px;
	background-image: url(img/logo_intro.jpg);
	background-repeat:no-repeat;
	
	}