@charset "UTF-8";
* {
	margin:0;
	padding:0;
	outline:none;
}
body {
text-align:center;
font:"Times New Roman", Times, serif;
font-size:10px;
}
a {
	border-bottom-width:2px;
	border-bottom-style:solid;
	padding-bottom:3px;
	text-decoration:none;
	font-weight:bold;
	color:#000;

}
a:link, a:visited {
	border-bottom-color:#FFF;
}
a:hover, a:active {
	border-bottom-color:#000;
}
#main {
	text-align:left;
	margin-top: -250px;
	margin-left:-380px;
	height: 500px;
	width: 760px;
	position: absolute;
	top: 50%;
	left:50%;
	bottom: auto;
	background-image: url(images/main.jpg);
	background-repeat: no-repeat;
}
#main #text {
	text-align:center;
	position:relative;
	height: 300px;
	width: 290px;
	left: 50px;
	top: 170px;
	font-size:1.6em;
	line-height:2em;
}
#main #text ul, #main #text ul li {
	list-style-type:square;
	list-style-position: inside;
}
#main #text .heading {
	margin: 10px 0 5px 0;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	font-weight:bold;
	font-size:1.2em;
	line-height:1em;
}
#main #legal {
	position:relative;
	height: 20px;
	left: auto;
	right:auto;
	margin:0 auto;
	top: 170px;
	font-size:1em;
}