@charset "utf-8";
/* BMS styling */

/* --------------------------------------------------- browswer resets ----------------------------------*/
* {
	margin:0px;
	padding:0px;
}



#wrapper {
	margin:auto;
	width:960px;
	/*color: #2E3191;	*/
}

body {
	/* grey gradient on the entire width of the body */
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-repeat: repeat-x;
	background-image: url(../images/greybg.png);
}
