/* Start of CMSMS style sheet 'home flash' */
@charset "utf-8";
/* CSS Document */

* {
   margin : 0;
   padding : 0;
}

body {
	background-image:url(uploads/images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#ffffff;
}

#main {
	position:absolute;

	left: 50%;/**/
	width:900px;
	height:600px;
	margin-top: 75px; /*set to a negative number 1/2 of your height*/
	margin-left: -450px; /*set to a negative number 1/2 of your width*/

}
/* End of 'home flash' */

