html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	background-color:#FFFFFF;
	overflow:hidden;
}
#main { 
	width: 100%;
	height: 100%;
	min-width: 904px;
	min-height: 500px;
	/*margin-left:20px;*/
}
#bg{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	min-width:420px;
	min-height:500px;
}
a {
	text-decoration: none;
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:32px;
	margin:0;
	padding:0 0 0 10px;
	font-weight: normal;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	margin:0;
	padding:0;
	font-weight: normal;
}
#container{
	/*position:absolute;*/
	top:0;
	left:0;
	padding:10px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	text-align: center;
}
#container a{
	color:#000000;
	text-decoration:none;
}
#container a:hover{
	color:#000000;
	text-decoration:underline overline;
}

