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

*{
  padding:0;
  margin:0;
}

body{
	background-color:#000000;
}

#wrapper{
         margin:0 auto;
		 width:950px;
}

#background{
            background:url(../images/background.jpg) no-repeat;
			width:950px;
	        height:927px;
}

#intro{
       width:auto;
	   height:auto;
}