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

body
{
padding:0px;
margin:auto;
background-color:#000000;
}


#wrapper
{
width:1000px;
height:600px;
background-image:url(img/index.jpg);
background-repeat:no-repeat; 
padding:0px;
margin:auto;
border:1px solid #000000;
margin-top:150px;
}
