/* CSS Document */

body {
	margin: 0;
	padding: 0;
	margin: 0;
	padding: 0;
	font-family: century_gothic, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: url(landing_page_bg.jpg) white repeat-y center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-width: 1030px;
}
