@charset "utf-8";

* {
	margin:0;
	padding:0;
}

a img {
	border:0;
}

body {
	background:#EDEFED url(img/bg.jpg) no-repeat center 60px;
	text-align:center;
}

h1 {
	font-size:100%;
	padding-top:150px;
}

ul {
	list-style:none;
	width:750px;
	margin:65px auto 0;
}

li {
	display:block;
	width:250px;
	float:left;
}

li a {
	display:block;
	width:250px;
}
li a:hover {
	text-indent:-9999px;
}

li#info {
	background:url(img/btn_info_over.gif) no-repeat;
}

li#medical {
	background:url(img/btn_medical_over.gif) no-repeat;
}

li#auto {
	background:url(img/btn_automobile_over.gif) no-repeat;
}



p {
	clear:both;
	padding-top:105px;
}
