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

body {
	font-family: "Trebuchet MS";
	font-size: medium;
	background-color: #666666;
}
#index_graphic {
	background-image: url(images/webstart1.png);
	background-repeat: no-repeat;
	height: 600px;
	width: 400px;
	top: 80px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 90px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	position: relative;
	
}
