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

body {
    /*background: #2b0233 background-image:url(../bg.jpg) repeat-x center top;*/
    color: #2b0233;
    height:100%;
    width:100%;
	border:0;
}

img {
   position: absolute;
   top: 50%;
   left: 50%;
   width: 1102px;
   height: 447px;
   margin-top: -223.5px; /* Half the height */
   margin-left: -551px; /* Half the width */
}

bg {
	background-color:#2b0233	
}
