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

body{
	margin: 0;
	padding: 0;
	background-image: url(../img/bg.jpg);
	
}

#content { width: 1024px;
		 	height:690px;
           background-image: url(../img/loading.gif);
	       background-position: center;
	       background-repeat: no-repeat;
           margin:auto;

}
