@charset "utf-8";
/* CSS Document */

body{
text-align:center;
background-color:#231f20;
}

#mainDiv{
background:url(assets/bg.jpg) no-repeat;
background-color:#231f20;
width:800px;
height:800px;
margin:auto;
}


